forked from AprilSylph/Outbox-for-Tumblr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 860 Bytes
/
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
{
"license": "GPL-3.0",
"repository": "github:AprilSylph/Outbox-for-Tumblr",
"scripts": {
"test": "eslint . && web-ext lint",
"lint-webextension": "web-ext lint",
"build-webextension": "web-ext build",
"sign-webextension": "web-ext sign",
"webstore-upload": "chrome-webstore-upload upload --source=src/ --auto-publish"
},
"devDependencies": {
"chrome-webstore-upload-cli": "^2.1.0",
"eslint": "^7.32.0",
"eslint-config-semistandard": "^16.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"web-ext": "^6.8.0"
},
"dependencies": {
"normalize.css": "^8.0.1",
"webextension-polyfill": "^0.9.0"
},
"webExt": {
"sourceDir": "src/",
"build": {
"overwriteDest": true
}
}
}