mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
29 lines
643 B
JSON
29 lines
643 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/sdk",
|
|
"version": "1.0.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsgo --noEmit",
|
|
"build": "./script/build.ts"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./client": "./src/client.ts",
|
|
"./server": "./src/server.ts"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"@hey-api/openapi-ts": "0.81.0",
|
|
"@tsconfig/node22": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
},
|
|
"dependencies": {},
|
|
"publishConfig": {
|
|
"directory": "dist"
|
|
}
|
|
} |