cloudaxe-opencode/packages/sdk/js/package.json

24 lines
454 B
JSON
Raw Normal View History

2025-07-31 05:00:29 +00:00
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/sdk",
2025-08-14 20:47:45 +00:00
"version": "0.5.1",
2025-07-31 05:00:29 +00:00
"type": "module",
2025-08-02 22:50:19 +00:00
"scripts": {
"typecheck": "tsc --noEmit"
},
2025-07-31 05:00:29 +00:00
"exports": {
2025-08-02 22:50:19 +00:00
".": {
"development": "./src/index.ts",
"import": "./dist/index.js"
}
2025-07-31 05:00:29 +00:00
},
"files": [
"dist"
],
"devDependencies": {
"typescript": "catalog:",
"@hey-api/openapi-ts": "0.80.1",
"@tsconfig/node22": "catalog:"
}
}