gitea-conventional-comments.../package.json
dependabot[bot] 7c2ac327fa
Bump eslint from 8.56.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 11:50:22 +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.57.0",
"eslint-config-google": "^0.14.0",
"web-ext": "^7.11.0"
}
}