forked from rhollister/goodreads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 1021 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
{
"repository": "github:holyspiritomb/goodreads",
"version": "2.0.9",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:firefox": "cd ./build && ./build_firefox.sh",
"build:chrome": "cd ./build && ./build_chrome.sh",
"pack:chrome": "npm run build:chrome && crx3 -p dist.pem dist",
"start:firefox": "npm run build:firefox && web-ext --config=web-ext-config.cjs run",
"lint:ff": "npm run build:firefox && web-ext --config=web-ext-config.cjs lint",
"lint:src": "eslint -c ./.eslintrc.json ./src",
"sign:firefox": "npm run build:firefox && web-ext-submit --config=web-ext-config.cjs",
"run:iceraven": "npm run build:firefox && web-ext --config=web-ext-config.cjs run -t firefox-android --adb-device=\"$WEB_EXT_ADB_DEVICE\" --firefox-apk io.github.forkmaintainers.iceraven"
},
"devDependencies": {
"crx3": "^1.1.3",
"eslint": "^8.57.0",
"web-ext": "^7.2.0",
"web-ext-submit": "^7.8.0"
},
"dependencies": {
"jquery": "^3.7.1"
}
}