12345678910111213141516171819 |
- {
- "name": "Django",
- "private": true,
- "scripts": {
- "pretest": "eslint .",
- "test": "grunt test --verbose"
- },
- "engines": {
- "npm": ">=1.3.0 <3.0.0"
- },
- "devDependencies": {
- "eslint": "^8.18.0",
- "puppeteer": "^14.1.1",
- "grunt": "^1.5.3",
- "grunt-cli": "^1.4.3",
- "grunt-contrib-qunit": "^6.1.0",
- "qunit": "^2.19.1"
- }
- }
|