1
0
mirror of https://github.com/django/django.git synced 2025-04-24 09:14:39 +00:00
django/package.json

21 lines
383 B
JSON

{
"name": "Django",
"private": true,
"scripts": {
"pretest": "eslint .",
"test": "grunt test --verbose"
},
"engines": {
"npm": ">=1.3.0"
},
"devDependencies": {
"eslint": "^9.24.0",
"puppeteer": "^24.6.1",
"globals": "^16.0.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-qunit": "^10.1.1",
"qunit": "^2.24.1"
}
}