29 lines
613 B
JSON
29 lines
613 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/client",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./effect": "./src/effect.ts",
|
|
"./effect/embedded": "./src/effect-embedded.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"effect": "4.0.0-beta.83"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"effect": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/bun": "catalog:",
|
|
"@types/bun": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
}
|
|
}
|