-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 963 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 963 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
41
42
{
"name": "accessible-cli",
"version": "1.0.5",
"description": "",
"main": "src/accessible-cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/internette/accessible-cli.git"
},
"author": "Antoinette Janus",
"license": "ISC",
"bugs": {
"url": "https://github.com/internette/accessible-cli/issues"
},
"bin": {
"accessible": "src/accessible-cli.js"
},
"keywords": [
"cli",
"accessible",
"accessibility",
"performance",
"optimize",
"optimization",
"help",
"best"
],
"homepage": "https://github.com/internette/accessible-cli#readme",
"dependencies": {
"@hint/configuration-all": "^1.0.13",
"@hint/formatter-json": "^3.1.11",
"dotenv": "^8.2.0",
"hint": "^5.4.1",
"lighthouse": "^5.6.0",
"mkdirp": "^0.5.1",
"sync-rpc": "^1.3.6",
"webaim-wave": "^1.0.1"
}
}