-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
26 lines (26 loc) · 864 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
{
"name": "amoqueue-wx",
"version": "10.5.1",
"author": "Philipp Kewisch <[email protected]>",
"homepage": "https://github.com/kewisch/amo-helper#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kewisch/amo-helper.git"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/kewisch/amo-helper/issues"
},
"scripts": {
"bump": "bumper() { bump package.json \"$1\"; bump src/manifest.json \"$1\"; }; bumper",
"build": "web-ext -s src build -o -i junk -i Makefile -i README.md; unzip -l web-ext-artifacts/amo_review_helper-$(jq -r .version src/manifest.json)",
"tag": "git tag v$(jq -r .version src/manifest.json)",
"lint": "eslint src || true"
},
"devDependencies": {
"bump-file": "^2.0.0",
"conventional-changelog": "^3.1.14",
"eslint": "^6.6.0"
},
"dependencies": {}
}