mirror of https://github.com/django/django.git
20 lines
363 B
JSON
20 lines
363 B
JSON
{
|
|
"name": "Django",
|
|
"private": true,
|
|
"scripts": {
|
|
"pretest": "eslint .",
|
|
"test": "grunt test --verbose"
|
|
},
|
|
"engines": {
|
|
"npm": ">=1.3.0 <3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.29.0",
|
|
"puppeteer": "^18.1.0",
|
|
"grunt": "^1.5.3",
|
|
"grunt-cli": "^1.4.3",
|
|
"grunt-contrib-qunit": "^6.2.1",
|
|
"qunit": "^2.19.3"
|
|
}
|
|
}
|