musicbrainz-userscripts/package.json
dependabot[bot] 109d628ad1
build(deps-dev): bump eslint-config-prettier from 8.1.0 to 9.1.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.1.0 to 9.1.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.1.0...v9.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 14:36:00 +00:00

39 lines
1.1 KiB
JSON

{
"name": "musicbrainz-userscripts",
"version": "1.0.0",
"description": "Collection of userscripts for MusicBrainz",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"prettier:format": "prettier --write \"{,**/}*.{js,json,md,yml}\"",
"lint": "npm run eslint",
"lint-fix": "npm run eslint -- --fix",
"eslint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/murdos/musicbrainz-userscripts.git"
},
"keywords": [
"musicbrainz",
"userscripts",
"import",
"ui",
"improvements"
],
"author": "Aurélien Mino <aurelien.mino@gmail.com>",
"license": "SEE LICENSE IN individual userscripts",
"bugs": {
"url": "https://github.com/murdos/musicbrainz-userscripts/issues"
},
"homepage": "https://github.com/murdos/musicbrainz-userscripts#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1"
}
}