46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"name": "zotero-addon-template",
|
|
"version": "0.0.11",
|
|
"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/bootstrap/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/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.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.17",
|
|
"compressing": "^1.6.3",
|
|
"cross-env": "^7.0.3",
|
|
"esbuild": "^0.16.10",
|
|
"release-it": "^14.14.3",
|
|
"replace-in-file": "^6.3.5",
|
|
"zotero-types": "^0.1.5"
|
|
}
|
|
}
|