0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00
django/package.json
2024-05-06 11:42:37 +02:00

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"
}
}