summaryrefslogtreecommitdiff
path: root/package.json
blob: e9b3982dc68d51e31bf61bd94ae26edee954c2b0 (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": "^8.52.0",
    "puppeteer": "^21.4.0",
    "grunt": "^1.6.1",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-qunit": "^8.0.1",
    "qunit": "^2.20.0"
  }
}