-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 863 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
27
28
29
30
31
32
33
{
"name": "zotero-theme",
"addonName": "Zotero Theme",
"addonID": "[email protected]",
"addonRef": "ZoteroTheme",
"version": "0.0.9",
"description": "Zotero Themes",
"main": "src/index.js",
"scripts": {
"build": "node build.js",
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iShareStuff/ZoteroTheme.git"
},
"author": "iShareStuff",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/iShareStuff/ZoteroTheme/issues"
},
"homepage": "https://github.com/iShareStuff/ZoteroTheme#readme",
"dependencies": {
"compressing": "^1.5.1",
"crypto-js": "^4.1.1",
"esbuild": "^0.14.34",
"replace-in-file": "^6.3.2"
},
"devDependencies": {
"release-it": "^14.14.0"
}
}