opencode-ccgo-provider/package.json

36 lines
854 B
JSON

{
"name": "opencode-commandcode-provider",
"version": "0.1.0",
"description": "Native AI SDK provider for the CommandCode /alpha/generate API (opencode).",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"src/tui.tsx",
"src/tui-shims.d.ts",
"src/toggles.ts",
"src/quota.ts",
"src/redact.ts",
"src/constants.ts"
],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit && tsc -p tsconfig.tui.json",
"smoke": "node scripts/smoke.mjs",
"quota": "node scripts/quota.mjs",
"sync-models": "node scripts/sync-models.mjs"
},
"devDependencies": {
"@ai-sdk/provider": "3.0.8",
"@types/node": "22.10.2",
"typescript": "5.8.2"
}
}