zotero-plugin-template/package.json
dependabot[bot] 833a9ccae0
build(deps): bump esbuild from 0.14.54 to 0.15.16
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.54 to 0.15.16.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.54...v0.15.16)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 04:27:05 +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.15.16",
"replace-in-file": "^6.3.2"
},
"devDependencies": {
"release-it": "^14.14.0",
"zotero-types": "^0.0.4"
}
}