forked from MuiseDestiny/zotero-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.71 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
{
"name": "zotero-style",
"version": "2.3.7",
"description": "让你的Zotero看起来更有趣",
"config": {
"addonName": "Zotero Style",
"addonID": "[email protected]",
"addonInstance": "ZoteroStyle",
"addonRef": "zoterostyle",
"releasepage": "https://github.com/muisedestiny/zotero-style/releases/latest/download/zotero-style.xpi",
"updaterdf": "https://raw.githubusercontent.com/MuiseDestiny/zotero-style/master/update.json"
},
"main": "src/index.ts",
"scripts": {
"build-dev": "cross-env NODE_ENV=development node scripts/build.js",
"build": "cross-env NODE_ENV=production node scripts/build.js",
"start": "node scripts/start.js",
"stop": "node scripts/stop.js",
"prerestart": "npm run build-dev",
"restart": "node scripts/restart.js",
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muisedestiny/zotero-style.git"
},
"author": "Polygon",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/muisedestiny/zotero-style/issues"
},
"homepage": "https://github.com/muisedestiny/zotero-style#readme",
"dependencies": {
"3d-force-graph": "^1.71.1",
"math": "^0.0.3",
"pdfjs": "^2.4.7",
"pdfjs-dist": "^3.4.120",
"pixi": "^0.3.1",
"raphael": "^2.3.0",
"runes": "^0.4.3",
"sentence-extractor": "^1.0.7",
"three": "^0.148.0",
"zotero-plugin-toolkit": "^2.0.3"
},
"devDependencies": {
"@types/node": "^18.13.0",
"compressing": "^1.7.0",
"cross-env": "^7.0.3",
"esbuild": "^0.16.17",
"release-it": "^15.6.0",
"replace-in-file": "^6.3.5",
"zotero-types": "^0.1.5"
}
}