mediawiki-extensions-CodeEd.../package.json
libraryupgrader 2cdb6ef679 build: Updating npm dependencies
* grunt: 1.3.0 → 1.4.0
* hosted-git-info: 3.0.8 → 2.8.9
  * https://npmjs.com/advisories/1677 (CVE-2021-23362)

Change-Id: Iafaf32eb5503c4c3bc34e150bb14fe0385fff84d
2021-05-09 05:42:28 +00:00

23 lines
532 B
JSON

{
"name": "codeeditor",
"version": "0.0.0",
"private": true,
"description": "Build tools for the CodeEditor extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"ace-builds": "1.4.12",
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.4.0",
"grunt-banana-checker": "0.9.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-eslint": "23.0.0",
"grunt-exec": "3.0.0",
"grunt-stylelint": "0.16.0",
"postcss-less": "1.1.3",
"stylelint-config-wikimedia": "0.10.3"
}
}