summaryrefslogtreecommitdiff
path: root/package.json
blob: 25a346b5f59b121358ca581b69989cbd3390d2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "breakout",
  "version": "0.0.0",
  "scripts": {
    "build": "tsup",
    "start": "tsx src/run.ts",
    "clean": "rm -rf api/node_modules && rm -rf frontend/node_modules"
  },
  "devDependencies": {
    "tsup": "^8.5.0",
    "tsx": "^4.20.3",
    "@types/node": "^24.0.7"
  },
  "dependencies": {
    "typescript": "^5.8.3"
  }
}