-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 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
{
"name": "greenfrog",
"version": "0.19.13",
"description": "Zotero plugin for update journal information from easyScholar",
"config": {
"addonName": "Green Frog",
"addonID": "[email protected]",
"addonRef": "greenfrog",
"addonInstance": "greenfrog",
"prefsPrefix": "extensions.zotero.greenfrog"
},
"main": "src/index.ts",
"scripts": {
"start": "zotero-plugin serve",
"build": "tsc --noEmit && zotero-plugin build",
"lint": "prettier --write . && eslint . --fix",
"release": "zotero-plugin release",
"test": "echo \"Error: no test specified\" && exit 1",
"update-deps": "npm update --save"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redleafnew/zotero-updateifsE.git"
},
"author": "Minyi Han",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/redleafnew/zotero-updateifsE/issues"
},
"homepage": "https://github.com/redleafnew/zotero-updateifsE#readme",
"dependencies": {
"zotero-plugin-toolkit": "^4.0.2"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/node": "^22.7.4",
"eslint": "^9.11.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"zotero-plugin-scaffold": "^0.1.6",
"zotero-types": "^1.3.24"
},
"prettier": {}
}