zotero-plugin-template/package.json
dependabot[bot] cf43b10040
build(deps-dev): bump zotero-types from 0.0.4 to 0.0.6
Bumps [zotero-types](https://github.com/windingwind/zotero-types) from 0.0.4 to 0.0.6.
- [Release notes](https://github.com/windingwind/zotero-types/releases)
- [Commits](https://github.com/windingwind/zotero-types/compare/0.0.4...0.0.6)

---
updated-dependencies:
- dependency-name: zotero-types
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 04:27:16 +00:00

40 lines
1.2 KiB
JSON

{
"name": "zotero-addon-template",
"addonName": "Zotero Addon Template",
"addonID": "addontemplate@euclpts.com",
"addonRef": "addontemplate",
"version": "0.0.0",
"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.rdf",
"dependencies": {
"compressing": "^1.5.1",
"esbuild": "^0.14.34",
"replace-in-file": "^6.3.2"
},
"devDependencies": {
"release-it": "^14.14.0",
"zotero-types": "^0.0.6"
}
}