-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 928 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "github-release-downloads",
"version": "1.4.1",
"description": "github-release-downloads",
"scripts": {
"dev": "webextension-toolbox dev",
"build": "webextension-toolbox build --no-minimize",
"dev:chrome": "npm run build -- chrome && sh ./scripts/open-chrome.sh $(pwd)/dist/chrome https://github.com/huggle/huggle3-qt-lx/releases/tag/3.4.13",
"dev:edge": "npm run build -- chrome && sh ./scripts/open-edge.sh $(pwd)/dist/chrome https://github.com/huggle/huggle3-qt-lx/releases/tag/3.4.13",
"dev:opera": "npm run build -- chrome && sh ./scripts/open-opera.sh $(pwd)/dist/chrome https://github.com/huggle/huggle3-qt-lx/releases/tag/3.4.13",
"dev:firefox": "npm run build -- firefox && sh ./scripts/open-firefox.sh $(pwd)/dist/firefox https://github.com/huggle/huggle3-qt-lx/releases/tag/3.4.13"
},
"devDependencies": {
"@webextension-toolbox/webextension-toolbox": "^7.1.1"
}
}