automaton

An automaton library & basic programs written in Rust
git clone git://git.ethandl.dev/automaton
Log | Files | Refs | README

package.json (412B)


      1 {
      2   "name": "automaton-web-demo",
      3   "module": "src/main.ts",
      4   "type": "module",
      5   "devDependencies": {
      6     "@types/bun": "latest"
      7   },
      8   "peerDependencies": {
      9     "typescript": "^5.0.0"
     10   },
     11   "scripts": {
     12     "build": "bun run build.ts",
     13     "host": "python3 -m http.server"
     14   },
     15   "dependencies": {
     16     "@hpcc-js/wasm": "^2.16.0",
     17     "automaton": "file:./pkg",
     18     "svg-pan-zoom": "bumbu/svg-pan-zoom"
     19   }
     20 }