-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 893 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@nitra/wpr",
"version": "2.1.1",
"description": "Web Page Replay Go binary",
"repository": {
"type": "git",
"url": "git+https://github.com/nitra/wpr.git"
},
"keywords": [
"webpagereplay"
],
"author": "Vitalii Tverdokhlib <v@nitra.ai>",
"scripts": {
"publ": "npm publish --access public",
"fix": "standard --fix index.js",
"test": "jest"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nitra/wpr/issues"
},
"homepage": "https://github.com/nitra/wpr#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"exit-hook": "^2.2.0",
"loglevel-colored-level-prefix": "^1.0.0",
"tcp-port-used": "^1.0.1"
},
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.8",
"jest": "^24.9.0",
"standard": "^14.3.1"
}
}