mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-30 14:43:34 +00:00
80 lines
2.6 KiB
JSON
80 lines
2.6 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/cli",
|
|
"version": "1.18.4",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"opencode2": "./bin/opencode2.cjs"
|
|
},
|
|
"files": [
|
|
"bin"
|
|
],
|
|
"exports": {
|
|
"./run": "./src/run/index.ts",
|
|
"./server-process": "./src/server-process.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "bun run script/build.ts",
|
|
"build:node": "bun run script/build-node.ts",
|
|
"dev": "bun run src/index.ts",
|
|
"test": "bun test --timeout 30000 --only-failures",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@agentclientprotocol/sdk": "1.2.1",
|
|
"@effect/platform-node": "catalog:",
|
|
"@opencode-ai/client": "workspace:*",
|
|
"@opencode-ai/plugin": "workspace:*",
|
|
"@opencode-ai/schema": "workspace:*",
|
|
"@opencode-ai/server": "workspace:*",
|
|
"@opencode-ai/tui": "workspace:*",
|
|
"@opencode-ai/util": "workspace:*",
|
|
"@opentui/core": "catalog:",
|
|
"@opentui/solid": "catalog:",
|
|
"@parcel/watcher": "2.5.1",
|
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
"effect": "catalog:",
|
|
"immer": "11.1.4",
|
|
"jsonc-parser": "3.3.1",
|
|
"open": "10.1.2",
|
|
"semver": "catalog:",
|
|
"solid-js": "catalog:",
|
|
"tree-sitter-bash": "0.25.0",
|
|
"tree-sitter-powershell": "0.25.10",
|
|
"web-tree-sitter": "0.25.10",
|
|
"uqr": "0.1.3",
|
|
"ws": "8.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@opencode-ai/script": "workspace:*",
|
|
"@opencode-ai/protocol": "workspace:*",
|
|
"@tsconfig/bun": "catalog:",
|
|
"@types/bun": "catalog:",
|
|
"@types/semver": "catalog:",
|
|
"@typescript/native-preview": "catalog:",
|
|
"@lydell/node-pty-darwin-arm64": "1.2.0-beta.12",
|
|
"@lydell/node-pty-darwin-x64": "1.2.0-beta.12",
|
|
"@lydell/node-pty-linux-arm64": "1.2.0-beta.12",
|
|
"@lydell/node-pty-linux-x64": "1.2.0-beta.12",
|
|
"@lydell/node-pty-win32-arm64": "1.2.0-beta.12",
|
|
"@lydell/node-pty-win32-x64": "1.2.0-beta.12",
|
|
"@ff-labs/fff-bin-darwin-arm64": "0.10.1",
|
|
"@ff-labs/fff-bin-linux-arm64-gnu": "0.10.1",
|
|
"@ff-labs/fff-bin-linux-x64-gnu": "0.10.1",
|
|
"@ff-labs/fff-bin-win32-arm64": "0.10.1",
|
|
"@ff-labs/fff-bin-win32-x64": "0.10.1",
|
|
"@yuuang/ffi-rs-darwin-arm64": "1.3.2",
|
|
"@yuuang/ffi-rs-linux-arm64-gnu": "1.3.2",
|
|
"@yuuang/ffi-rs-linux-x64-gnu": "1.3.2",
|
|
"@yuuang/ffi-rs-win32-arm64-msvc": "1.3.2",
|
|
"@yuuang/ffi-rs-win32-x64-msvc": "1.3.2",
|
|
"@parcel/watcher-darwin-arm64": "2.5.1",
|
|
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
|
|
"@parcel/watcher-linux-x64-glibc": "2.5.1",
|
|
"@parcel/watcher-win32-arm64": "2.5.1",
|
|
"@parcel/watcher-win32-x64": "2.5.1",
|
|
"vite": "catalog:",
|
|
"vite-plugin-solid": "catalog:"
|
|
}
|
|
}
|