27 lines
656 B
JSON
27 lines
656 B
JSON
{
|
|
"name": "test-opencode",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@kevisual/cnb": "^0.0.2",
|
|
"@types/bun": "^1.3.5",
|
|
"@types/node": "^25.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@kevisual/context": "^0.0.4",
|
|
"@kevisual/router": "^0.0.52",
|
|
"@kevisual/use-config": "^1.0.24",
|
|
"@opencode-ai/plugin": "^1.1.14",
|
|
"nanoid": "^5.1.6"
|
|
}
|
|
}
|