summaryrefslogtreecommitdiff
path: root/package.json
blob: bdc519a1a2e3b3988437c9e4c4f23df968e90426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "anduril-sim",
  "version": "0.0.1",
  "type": "module",
  "scripts": {
    "build": "(cd anduril && [ -d arch/dfp ] || make dfp && make hank-emisar-d3aa) && vite build && cp -t dist index.html anduril/hex/anduril.hank-emisar-d3aa.hex",
    "serve": "npm run build && node server.mjs",
    "dev": "vite build --watch"
  },
  "dependencies": {
    "avr8js": "file:./avr8js/src"
  },
  "devDependencies": {
    "@types/node": "^24",
    "vite": "^5.4.0"
  }
}