{
  "name": "@loki-mode/orchestrator",
  "version": "0.1.0-alpha.1",
  "description": "Loki Mode TypeScript orchestrator (Bun runtime). Parallel implementation alongside autonomy/run.sh during Phase 1 of the bash->Bun migration. See docs/architecture/ADR-001-runtime-migration.md.",
  "private": true,
  "type": "module",
  "engines": {
    "bun": ">=1.3.0",
    "node": ">=20.0.0"
  },
  "scripts": {
    "version": "bun src/cli.ts version",
    "typecheck": "bun run --bun tsc --noEmit",
    "test": "bun test",
    "bench": "bun run scripts/bench.ts",
    "build": "bun run scripts/build.ts",
    "build:binary": "bun build --compile src/cli.ts --outfile=dist/loki-ts"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.6.0"
  }
}
