mirror of https://github.com/django/django.git
21 lines
381 B
JSON
21 lines
381 B
JSON
{
|
|
"name": "Django",
|
|
"private": true,
|
|
"scripts": {
|
|
"pretest": "eslint .",
|
|
"test": "grunt test --verbose"
|
|
},
|
|
"engines": {
|
|
"npm": ">=1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.2.0",
|
|
"puppeteer": "^22.2.0",
|
|
"globals": "^15.1.0",
|
|
"grunt": "^1.6.1",
|
|
"grunt-cli": "^1.4.3",
|
|
"grunt-contrib-qunit": "^8.0.1",
|
|
"qunit": "^2.20.1"
|
|
}
|
|
}
|