Files
anomalyco_opencode/packages/simulation/package.json
T
2026-08-21 17:28:34 -04:00

48 lines
1.2 KiB
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/simulation",
"version": "1.17.13",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/anomalyco/opencode.git",
"directory": "packages/simulation"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"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": {
"build": "bun run script/build.ts",
"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:"
}
}