mediawiki-skins-Citizen/package.json
dependabot[bot] a9d2bd9ade
chore(deps-dev): bump svgo from 3.0.4 to 3.1.0 (#753)
Bumps [svgo](https://github.com/svg/svgo) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md)
- [Commits](https://github.com/svg/svgo/compare/v3.0.4...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 16:48:15 -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/",
"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": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@wikimedia/types-wikimedia": "0.4.2",
"devmoji": "^2.3.0",
"eslint-config-wikimedia": "0.26.0",
"grunt-banana-checker": "0.11.1",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
"stylelint": "^16.0.2",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-wikimedia": "0.16.1",
"stylelint-order": "^6.0.3",
"svgo": "3.1.0"
},
"version": "2.8.5"
}