{
  "name": "@rebno/game-logic",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "Phase 4 SRV-02/SRV-14 — pure deterministic step(state,inputs,dt) for movement + collision + room model + moving platforms. NO I/O, NO clock, NO RNG outside state.rng_state. Runs identically Node + browser (CLI-04 client prediction).",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {},
  "devDependencies": {
    "typescript": "5.6.3",
    "tsx": "4.21.0",
    "vitest": "4.1.5",
    "@types/node": "25.6.0"
  }
}
