{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/simulation", "version": "1.17.13", "private": true, "type": "module", "license": "MIT", "exports": { "./backend": "./src/backend/index.ts", "./backend/*": "./src/backend/*.ts", "./frontend": "./src/frontend/simulation.ts", "./frontend/*": "./src/frontend/*.ts", "./protocol": "./src/protocol/index.ts", "./recording": "./src/recording.ts" }, "scripts": { "test": "bun test --timeout 30000 --only-failures", "typecheck": "tsgo -b" }, "dependencies": { "@opencode-ai/core": "workspace:*", "@opencode-ai/ai": "workspace:*", "@opencode-ai/plugin": "workspace:*", "@opencode-ai/protocol": "workspace:*", "@opencode-ai/util": "workspace:*", "@opentui/core": "catalog:", "effect": "catalog:", "ws": "8.21.0" }, "devDependencies": { "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@types/ws": "8.18.1", "@typescript/native-preview": "catalog:" } }