summaryrefslogtreecommitdiff
path: root/package.json
blob: 3e87f5343846f3a3ed5951e2d69bb3a4d8a3885a (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": "(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",
    "dev": "vite build --watch"
  },
  "dependencies": {
    "avr8js": "file:./avr8js/src"
  },
  "devDependencies": {
    "@types/node": "^24",
    "vite": "^5.4.0"
  }
}