summaryrefslogtreecommitdiff
path: root/package.json
blob: 86be20ce3a2f608489605dcda105e485f2768173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
  }
}