1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00
Files
django/package.json
Jacob Walls d29852ae72 Fixed #36619 -- Vendored eslint configuration dependencies.
This allows the eslint pre-commit hook to run without depending
on a prior installation of node modules.

Follow-up to 6345a6ff63.
2025-09-30 08:45:39 +02:00

20 lines
358 B
JSON

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