mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/sdk",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@hey-api/openapi-ts": "0.80.1",
|
|
"@tsconfig/node22": "catalog:"
|
|
}
|
|
}
|