-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.72 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
41
42
43
44
{
"name": "@drodil/video_auto_pause",
"version": "1.10.2",
"homepage": "https://github.com/drodil/video_auto_pause",
"bugs": {
"url": "https://github.com/drodil/video_auto_pause/issues",
"email": "[email protected]"
},
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/drodil/video_auto_pause.git"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/drodil"
},
{
"type": "github",
"url": "https://github.com/sponsors/drodil"
}
],
"scripts": {
"build": "npm run build:chrome && npm run build:firefox",
"lint": "npm run prepare:firefox && web-ext lint --source-dir ./src/",
"prepare:chrome": "cp manifests/chrome.json src/manifest.json",
"prepare:firefox": "cp manifests/firefox.json src/manifest.json",
"start:chrome": "npm run prepare:chrome && web-ext run --source-dir src/ --target chromium",
"debug:chrome": "npm run prepare:chrome && web-ext run --devtools --source-dir src/ --target chromium",
"build:chrome": "npm run prepare:chrome && web-ext build --overwrite-dest --source-dir src/ --filename chrome.zip",
"start:firefox": "npm run prepare:firefox && web-ext run --source-dir ./src/",
"debug:firefox": "npm run prepare:firefox && web-ext run --devtools --source-dir ./src/",
"build:firefox": "npm run prepare:firefox && web-ext build --overwrite-dest --source-dir ./src/ --filename firefox.zip",
"bump-test": "standard-version --dry-run --no-verify",
"bump": "standard-version --no-verify"
},
"devDependencies": {
"standard-version": "^9.5.0",
"web-ext": "^8.2.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}