44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "zotero-addon-template",
|
|
"version": "0.0.4",
|
|
"description": "Zotero Addon Template",
|
|
"config": {
|
|
"addonName": "Zotero Addon Template",
|
|
"addonID": "addontemplate@euclpts.com",
|
|
"addonRef": "addontemplate",
|
|
"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"
|
|
},
|
|
"main": "src/index.ts",
|
|
"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",
|
|
"dependencies": {
|
|
"zotero-plugin-toolkit": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.7.20",
|
|
"compressing": "^1.5.1",
|
|
"esbuild": "^0.15.16",
|
|
"replace-in-file": "^6.3.2",
|
|
"release-it": "^14.14.0",
|
|
"zotero-types": "^0.0.8"
|
|
}
|
|
}
|