-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.31 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "coldark",
"displayName": "Coldark",
"description": "A blue-grey theme with light & dark versions.",
"version": "1.0.3",
"publisher": "armandphilippot",
"author": {
"name": "ArmandPhilippot",
"url": "https://www.armandphilippot.com/"
},
"homepage": "https://github.com/ArmandPhilippot/coldark-firefox#readme",
"repository": {
"type": "git",
"url": "https://github.com/ArmandPhilippot/coldark-firefox"
},
"bugs": {
"url": "https://github.com/ArmandPhilippot/coldark-firefox/issues"
},
"license": "MIT",
"keywords": [
"grey",
"blue",
"light",
"dark",
"theme"
],
"devDependencies": {
"auto-changelog": "^2.3.0",
"web-ext": "^6.4.0"
},
"scripts": {
"version": "auto-changelog -p && git add CHANGELOG.md",
"run": "web-ext run",
"lint": "web-ext lint",
"build": "web-ext build",
"sign": "dotenv -- cross-var web-ext sign",
"signTest": "dotenv -- cross-var web-ext sign --channel=unlisted"
},
"auto-changelog": {
"template": "keepachangelog",
"remote": "github",
"commitLimit": false,
"releaseSummary": true
},
"webExt": {
"ignoreFiles": [
"package-lock.json",
"yarn.lock",
"keepachangelog.hbs"
]
},
"dependencies": {
"cross-var": "^1.1.0",
"dotenv-cli": "^4.0.0"
}
}