mediawiki-extensions-Parser.../package.json
libraryupgrader c2864abddf build: Updating minimist to 1.2.5
* https://npmjs.com/advisories/1179

Change-Id: Ie92ad0fa5cb4d09df0a40f1027061ed8270afd40
2020-03-19 04:21:34 +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.15.0",
"grunt": "1.1.0",
"grunt-banana-checker": "0.8.1",
"grunt-eslint": "22.0.0"
}
}