forked from windingwind/zotero-better-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
{
"name": "zotero-better-notes",
"addonName": "Zotero Better Notes",
"addonID": "[email protected]",
"addonRef": "Knowledge4Zotero",
"version": "0.7.4",
"description": "Everything about note management. All in Zotero.",
"main": "src/index.js",
"scripts": {
"build": "node build.js",
"start": "node start.js",
"stop": "node stop.js",
"prerestart": "npm run build",
"restart": "node restart.js",
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/windingwind/zotero-better-notes.git"
},
"author": "windingwind",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/windingwind/zotero-better-notes/issues"
},
"homepage": "https://github.com/windingwind/zotero-better-notes#readme",
"dependencies": {
"@syncfusion/ej2-base": "^20.1.50",
"@syncfusion/ej2-navigations": "^20.1.51",
"asciidoctor": "^2.2.6",
"compressing": "^1.5.1",
"crypto-js": "^4.1.1",
"esbuild": "^0.14.34",
"replace-in-file": "^6.3.2",
"seedrandom": "^3.0.5",
"tree-model": "^1.0.7",
"turndown": "^7.1.1",
"turndown-plugin-gfm": "^1.0.2"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/node": "^17.0.31",
"@types/turndown": "^5.0.1",
"release-it": "^14.14.0",
"zotero-types": "^0.0.4"
}
}