mirror of
https://github.com/django/django.git
synced 2026-02-08 18:39:28 +08:00
20 lines
358 B
JSON
20 lines
358 B
JSON
{
|
|
"name": "Django",
|
|
"private": true,
|
|
"scripts": {
|
|
"pretest": "eslint .",
|
|
"test": "grunt test --verbose"
|
|
},
|
|
"engines": {
|
|
"npm": ">=1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.39.1",
|
|
"puppeteer": "^24.22.0",
|
|
"grunt": "^1.6.1",
|
|
"grunt-cli": "^1.5.0",
|
|
"grunt-contrib-qunit": "^10.1.1",
|
|
"qunit": "^2.24.1"
|
|
}
|
|
}
|