mediawiki-extensions-Discus.../package.json
Bartosz Dziewoński 5153cdc881 Add "npm test" script
We need it for the Wikimedia CI to run our ESLint and stuff.

Change-Id: I5f27e108558bbfd24c54f0e9e4cf99c180f25e7d
2019-10-15 04:13:50 +02:00

16 lines
332 B
JSON

{
"name": "DiscussionTools",
"version": "0.0.0",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.14.3",
"grunt": "1.0.4",
"grunt-banana-checker": "0.8.1",
"grunt-eslint": "22.0.0",
"grunt-stylelint": "0.11.1",
"stylelint-config-wikimedia": "0.6.0"
}
}