zotero-plugin-template/package.json
2022-12-16 20:13:26 +08:00

41 lines
1.3 KiB
JSON

{
"name": "zotero-addon-template",
"addonName": "Zotero Addon Template",
"addonID": "addontemplate@euclpts.com",
"addonRef": "addontemplate",
"version": "0.0.3",
"description": "Zotero Addon Template",
"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-addon-template.git"
},
"author": "windingwind",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/windingwind/zotero-addon-template/issues"
},
"homepage": "https://github.com/windingwind/zotero-addon-template#readme",
"releasepage": "https://github.com/windingwind/zotero-addon-template/releases/latest/download/zotero-addon-template.xpi",
"updaterdf": "https://raw.githubusercontent.com/windingwind/zotero-addon-template/master/update.json",
"dependencies": {
"compressing": "^1.5.1",
"esbuild": "^0.15.16",
"replace-in-file": "^6.3.2"
},
"devDependencies": {
"@types/node": "^18.7.20",
"release-it": "^14.14.0",
"zotero-types": "^0.0.8"
}
}