{
	"name": "Thanks",
	"private": true,
	"scripts": {
		"minify:svg": "svgo --config=.svgo.config.js --quiet --folder modules/",
		"test": "npm-run-all test:*",
		"test:eslint": "eslint --cache .",
		"test:stylelint": "stylelint --cache \"**/*.{css,vue,less}\" --allow-empty-input",
		"test:i18n": "grunt test"
	},
	"devDependencies": {
		"eslint": "^8.57.1",
		"eslint-config-wikimedia": "0.32.3",
		"grunt": "1.6.1",
		"grunt-banana-checker": "0.13.0",
		"npm-run-all": "^4.1.5",
		"stylelint": "^16.19.1",
		"stylelint-config-wikimedia": "0.18.0",
		"svgo": "3.3.3"
	}
}
