-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 899 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
{
"name": "auto-hide-next-up-card-for-amazon-prime-video",
"version": "2.4.6",
"private": true,
"type": "module",
"scripts": {
"build": "run-s build:ext build:userscript",
"build:ext": "node build.js",
"build:userscript": "rollup --config rollup.config.js",
"dev:firefox": "env-cmd -f .env.firefox web-ext run",
"dev:chrome": "env-cmd -x -f .env.chrome web-ext run -t chromium --chromium-binary=$CHROMIUM_BINARY_PATH --chromium-profile=$CHROMIUM_PROFILE_PATH",
"dev:userscript": "env-cmd -f .env.userscript rollup --config rollup.config.js --watch"
},
"devDependencies": {
"archiver": "^7.0.1",
"env-cmd": "^10.1.0",
"fs-extra": "^11.2.0",
"npm-run-all": "^4.1.5",
"rollup": "^4.18.1",
"rollup-plugin-auto-reload": "^1.0.3",
"userscript-metadata-generator": "^0.2.4",
"web-ext": "^7.11.0"
},
"packageManager": "pnpm@9.5.0"
}