| Current Path : /var/www/html/mediawiki-1.43.1/extensions/MultiMail/ |
| Current File : /var/www/html/mediawiki-1.43.1/extensions/MultiMail/package.json |
{
"name": "MultiMail",
"private": true,
"scripts": {
"test": "npm run lint",
"lint": "npm -s run lint:json && npm -s run lint:i18n && npm -s run lint:js && npm -s run lint:styles",
"lint:fix:js": "npm -s run lint:js -- --fix",
"lint:fix:styles": "npm -s run lint:css -- --fix",
"lint:json": "eslint --ext .json . ",
"lint:js": "eslint --cache .",
"lint:styles": "stylelint **/*.{less,css}",
"lint:i18n": "banana-checker i18n/"
},
"devDependencies": {
"eslint-config-wikimedia": "0.28.2",
"grunt-banana-checker": "0.13.0",
"stylelint-config-wikimedia": "0.18.0"
}
}