mediawiki-extensions-Replac.../package.json
libraryupgrader 9f2edcb8b8 build: Updating npm dependencies
* grunt: 1.4.0 → 1.5.3
* nomnom: 1.8.1 → 1.8.1
  * https://github.com/advisories/GHSA-cf4h-3jhx-xvhq
* underscore: 1.6.0 → 1.6.0
  * https://github.com/advisories/GHSA-cf4h-3jhx-xvhq

Change-Id: Ia175e479e71e93167b3040870e021a5e5aaa0dcb
2022-05-24 00:00:14 +00:00

20 lines
372 B
JSON

{
"name": "ReplaceText",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.15.3",
"grunt": "1.5.3",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "22.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.15.0",
"stylelint-config-wikimedia": "0.10.3"
},
"eslintIgnore": [
"vendor/**"
]
}