pogp 0.1.0

The POG Protocol defines language-neutral binary and json representations of Inputs and State.
Documentation
{
  "name": "pogp",
  "version": "1.0.0",
  "main": "index.js",
  "author": "Neil Sarkar",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "dev": "yarn wasmwatch & vite",
    "build": "yarn wasmpack && vite build",
    "preview": "vite preview",
    "test": "jest",
    "installrust": "which rustup || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y",
    "installwasm": "which wasm-pack || curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh",
    "wasmpack": "wasm-pack build",
    "wasmwatch": "cargo watch -w src/rs -s \"wasm-pack build\""
  },
  "devDependencies": {
    "@types/jest": "^29.1.2",
    "jest": "^29.2.0",
    "ts-jest": "^29.0.3",
    "typescript": "^4.8.4",
    "vite": "^3.2.1",
    "vite-plugin-top-level-await": "^1.2.1",
    "vite-plugin-wasm": "^3.1.0"
  },
  "dependencies": {
    "pixi.js": "^6.5.6"
  }
}