-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 KB
/
package.json
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
41
42
43
44
45
46
{
"name": "monitor-utility",
"version": "2.1.7",
"description": "Utility for verbose outputs of axe Monitor data using a CLI",
"main": "src/index.js",
"scripts": {
"report": "node ./src/index.js",
"pkg": "rimraf ./bins && pkg src/index.js --config=package.json --out-path=./bins"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dequelabs/monitor-utility.git"
},
"author": "Dev Services <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dequelabs/monitor-utility/issues"
},
"homepage": "https://github.com/dequelabs/monitor-utility#readme",
"dependencies": {
"axios": "^0.21.1",
"clear": "^0.1.0",
"date-fns": "^2.0.0",
"debug": "^4.3.1",
"inquirer": "^8.0.0",
"p-limit": "^3.1.0",
"readline": "^1.3.0",
"sha1": "^1.1.1",
"xlsx": "^0.17.3"
},
"devDependencies": {
"pkg": "^4.4.9",
"rimraf": "^3.0.2"
},
"pkg": {
"assets": [
"node_modules/**/*",
"src/**/*"
],
"targets": [
"node14-linux-x64",
"node14-macos-x64",
"node14-win-x64"
]
}
}