-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 944 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": "Backup-Plugin-for-Zotero",
"addonName": "Backup-Plugin-for-Zotero",
"addonID": "[email protected]",
"addonRef": "zoterobackup",
"version": "1.0.2",
"description": "Backup ZoteroData",
"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/Backup-Plugin-for-Zotero.git"
},
"author": "iShareStuff",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/iShareStuff/Backup-Plugin-for-Zotero/issues"
},
"homepage": "https://github.com/iShareStuff/Backup-Plugin-for-Zotero#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"
}
}