mediawiki-extensions-Parser.../package.json
libraryupgrader c2ccf36bce build: Updating npm dependencies
* grunt: 1.4.0 → 1.5.3
* async: 3.2.0 → 3.2.3
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25

Change-Id: I9c9809ef5491bf01e778008854f8c2ff7930c4d1
2022-05-23 13:32:24 +00:00

16 lines
324 B
JSON

{
"name": "parserfunctions",
"version": "0.0.0",
"private": true,
"description": "Build tools for the ParserFunctions extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.5.3",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0"
}
}