2026-05-30 03:12:12 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
|
|
|
"name": "@opencode-ai/cli",
|
2026-05-30 23:40:56 +00:00
|
|
|
"version": "1.15.13",
|
2026-05-30 03:12:12 +00:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bin": {
|
|
|
|
|
"opencode": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-05-31 15:57:44 +00:00
|
|
|
"build": "bun run script/build.ts",
|
2026-05-30 03:12:12 +00:00
|
|
|
"dev": "bun run src/index.ts",
|
|
|
|
|
"typecheck": "tsgo --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@effect/platform-node": "catalog:",
|
2026-05-30 22:57:42 +00:00
|
|
|
"@opencode-ai/core": "workspace:*",
|
2026-05-30 03:12:12 +00:00
|
|
|
"effect": "catalog:"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tsconfig/bun": "catalog:",
|
|
|
|
|
"@types/bun": "catalog:",
|
|
|
|
|
"@typescript/native-preview": "catalog:"
|
|
|
|
|
}
|
|
|
|
|
}
|