mediawiki-extensions-Parser.../package.json
libraryupgrader 2b33aed586 build: Updating npm dependencies
* grunt: 1.3.0 → 1.4.0
* lodash: 4.17.19 → 4.17.21
  * https://npmjs.com/advisories/1673 (CVE-2021-23337)

Change-Id: I2cce59b3cc7abaed1d70d2c72d58f80227712b55
2021-05-12 13:12:31 +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.4.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0"
}
}