-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.22 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
{
"name": "tinker-tester-developer-spy",
"version": "2.0.0",
"author": "Thomas Wisniewski",
"bugs": {
"url": "https://github.com/webcompat/tinker-tester-developer-spy/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.2.0",
"stylelint-config-recommended": "2.1.0",
"stylelint-config-standard": "18.2.0",
"web-ext": "^2.9.3"
},
"homepage": "https://github.com/webcompat/tinker-tester-developer-spy#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 popup/*.css devtools/*.css *.css",
"lint:html": "htmllint popup/*.html devtools/*.html *.html",
"lint:js": "DEBUG=eslint:cli-engine eslint . popup devtools --ext=js,jsm,json",
"pretest": "npm run lint",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"npm": "^6.9.0"
}
}