mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 15:00:24 +00:00
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/sdk",
|
|
"version": "0.0.0-202507312003",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@hey-api/openapi-ts": "0.80.1",
|
|
"@tsconfig/node22": "catalog:"
|
|
}
|
|
}
|