mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
27 lines
520 B
JSON
27 lines
520 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/plugin",
|
|
"version": "0.5.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"development": "./src/index.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@opencode-ai/sdk": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@hey-api/openapi-ts": "0.80.1",
|
|
"@tsconfig/node22": "catalog:"
|
|
}
|
|
}
|