django/package.json

19 lines
334 B
JSON

{
"name": "Django",
"private": true,
"scripts": {
"pretest": "eslint .",
"test": "grunt test --verbose"
},
"engines": {
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
"eslint": "^7.16.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-qunit": "^4.0.0",
"qunit": "^2.9.3"
}
}