zotero-better-notes/package.json

51 lines
1.5 KiB
JSON

{
"name": "zotero-better-notes",
"addonName": "Zotero Better Notes",
"addonID": "Knowledge4Zotero@windingwind.com",
"addonRef": "Knowledge4Zotero",
"version": "0.7.27",
"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",
"html-docx-js-typescript": "^0.1.5",
"prosemirror-transform": "^1.7.0",
"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"
}
}