-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "tara",
"version": "1.0.6",
"packageManager": "[email protected]",
"config": {
"addonName": "Tara",
"addonID": "[email protected]",
"addonRef": "tara",
"addonInstance": "Tara",
"prefsPrefix": "extensions.zotero.tara"
},
"main": "src/index.ts",
"scripts": {
"start": "zotero-plugin serve",
"build": "zotero-plugin build",
"release": "zotero-plugin release",
"lint": "prettier --write . && eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"update-deps": "npm update --save"
},
"repository": {
"type": "git",
"url": "git+https://github.com/l0o0/tara.git"
},
"author": "l0o0",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/l0o0/tara/issues"
},
"homepage": "https://github.com/l0o0/tara#readme",
"dependencies": {
"zotero-plugin-toolkit": "^4.0.6"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/node": "^22.7.5",
"eslint": "^9.12.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1",
"zotero-plugin-scaffold": "^0.1.6",
"zotero-types": "^2.2.0"
}
}