gitea-conventional-comments.../package.json
dependabot[bot] 2c7ccbb9cc
Bump web-ext from 7.10.0 to 7.11.0
Bumps [web-ext](https://github.com/mozilla/web-ext) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/7.10.0...7.11.0)

---
updated-dependencies:
- dependency-name: web-ext
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 11:47:49 +00:00

34 lines
1005 B
JSON

{
"name": "gitea-conventional-comments-button",
"version": "0.0.1",
"description": "An extension to quickly add conventional comments",
"main": "index.js",
"scripts": {
"build:ff": "web-ext build --ignore-files *.gif --overwrite-dest",
"sign:ff": "web-ext sign",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**/*.js && web-ext lint",
"lint_fix": "eslint --fix src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebastian-sauer/gitea-conventional-comments-button.git"
},
"keywords": [
"extension",
"gitea",
"conventional-comments"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebastian-sauer/gitea-conventional-comments-button/issues"
},
"homepage": "https://github.com/sebastian-sauer/gitea-conventional-comments-button#readme",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"web-ext": "^7.11.0"
}
}