summaryrefslogtreecommitdiff
path: root/package.json
blob: 2a0c8726f3b69ba5a4a939203c8afcb2fbcb7ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "Django",
  "private": true,
  "scripts": {
    "test": "grunt test --verbose",
    "biome": "biome check"
  },
  "engines": {
    "npm": ">=1.3.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.15",
    "grunt": "^1.6.2",
    "grunt-cli": "^1.5.0",
    "grunt-contrib-qunit": "^10.2.0",
    "qunit": "^2.25.0"
  }
}