mediawiki-extensions-InputBox/package.json
libraryupgrader ba966b42c4 build: Updating eslint-config-wikimedia to 0.25.0
Change-Id: I973cf055062b1df04f95e57c56f8f4a7b0369343
2023-05-04 04:47:09 +00:00

16 lines
304 B
JSON

{
"name": "InputBox",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.25.0",
"grunt": "1.6.1",
"grunt-banana-checker": "0.10.0",
"grunt-eslint": "24.0.1",
"grunt-stylelint": "0.18.0",
"stylelint-config-wikimedia": "0.14.0"
}
}