mediawiki-skins-Citizen/package.json
dependabot[bot] c2f123f1ef
chore(deps-dev): bump jsdoc from 4.0.0 to 4.0.1 (#590)
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.1/CHANGES.md)
- [Commits](https://github.com/jsdoc/jsdoc/compare/4.0.0...4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 23:31:17 -05:00

35 lines
1.2 KiB
JSON

{
"private": true,
"scripts": {
"lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n",
"lint:fix:js": "npm -s run lint:js -- --fix",
"lint:fix:styles": "npm -s run lint:styles -- --fix",
"lint:js": "eslint --cache --max-warnings 0 .",
"lint:styles": "stylelint \"**/*.{less,css}\"",
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
"doc": "jsdoc -c jsdoc.json",
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
"test": "npm run lint",
"prepare": "husky install",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major"
},
"devDependencies": {
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"devmoji": "^2.3.0",
"eslint-config-wikimedia": "0.24.0",
"grunt-banana-checker": "0.10.0",
"husky": "^8.0.3",
"jsdoc": "4.0.1",
"jsdoc-wmf-theme": "0.0.5",
"standard-version": "^9.5.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-wikimedia": "0.13.1",
"svgo": "3.0.2"
},
"version": "2.4.1"
}