summaryrefslogtreecommitdiff
path: root/package.json
blob: 59ce7484cdb0b99ff0a28c6dc15d4a2a50095e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "anduril-sim",
  "version": "0.0.1",
  "type": "module",
  "scripts": {
    "build": "vite build && cp -t dist index.html",
    "dev": "vite build --watch"
  },
  "dependencies": {
    "avr8js": "file:../avr8js/dist/esm"
  },
  "devDependencies": {
    "@types/node": "^24",
    "vite": "^5.4.0"
  }
}