-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "testcase-reducer",
"version": "0.1.0",
"author": "Thomas Wisniewski",
"bugs": {
"url": "https://github.com/webcompat/testcase-reducer/issues"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-mozilla": "0.11.0",
"eslint-plugin-no-unsanitized": "3.0.0",
"htmllint-cli": "0.0.7",
"npm-run-all": "4.1.2",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "2.1.0",
"stylelint-config-standard": "18.2.0",
"web-ext": "^3.0.0"
},
"homepage": "https://github.com/webcompat/testcase-reducer#readme",
"keywords": [],
"license": "MPL-2.0",
"private": true,
"repository": "webcompat/tinker-tester-developer-spy",
"scripts": {
"build": "web-ext build",
"firefox": "web-ext run",
"lint": "npm-run-all lint:*",
"lint:addon": "web-ext lint",
"lint:css": "stylelint *.css",
"lint:html": "htmllint *.html",
"lint:js": "DEBUG=eslint:cli-engine eslint . --ext=js,jsm,json",
"pretest": "npm run lint",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"event-stream": "3.3.4",
"npm": "^6.5.0"
}
}