mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 05:08:32 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/client",
|
|
"version": "1.17.13",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/anomalyco/opencode.git",
|
|
"directory": "packages/client"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
"./promise": "./src/promise/index.ts",
|
|
"./promise/api": "./src/promise/api.ts",
|
|
"./effect": "./src/effect/index.ts",
|
|
"./effect/api": "./src/effect/api.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "bun run script/build-package.ts",
|
|
"generate": "bun run script/build.ts",
|
|
"check:generated": "bun run generate && git diff --exit-code -- src/promise/generated src/effect/generated src/effect/api",
|
|
"test": "bun test --timeout 5000",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/schema": "workspace:*",
|
|
"@opencode-ai/protocol": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"effect": "4.0.0-beta.83"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"effect": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@effect/platform-node": "catalog:",
|
|
"@opencode-ai/httpapi-codegen": "workspace:*",
|
|
"@tsconfig/bun": "catalog:",
|
|
"@types/bun": "catalog:",
|
|
"@typescript/native-preview": "catalog:",
|
|
"effect": "catalog:"
|
|
}
|
|
}
|