Files
opencode/packages/server/package.json
2026-07-02 06:20:58 +00:00

35 lines
818 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/server",
"version": "1.17.13",
"private": true,
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/anomalyco/opencode.git",
"directory": "packages/server"
},
"publishConfig": {
"access": "public"
},
"exports": {
"./*": "./src/*.ts"
},
"scripts": {
"build:publish": "bun tsc -p tsconfig.publish.json",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@opencode-ai/core": "workspace:*",
"@opencode-ai/protocol": "workspace:*",
"drizzle-orm": "catalog:",
"effect": "catalog:"
},
"devDependencies": {
"@tsconfig/bun": "catalog:",
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:"
}
}