mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-11 14:18:27 +00:00
29 lines
773 B
JSON
29 lines
773 B
JSON
{
|
|
"$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"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/core": "workspace:*",
|
|
"@opencode-ai/llm": "workspace:*",
|
|
"@opentui/core": "catalog:",
|
|
"effect": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/bun": "catalog:",
|
|
"@types/bun": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
}
|
|
}
|