Files
TJWaterAgent/.opencode/package.json
T
jiang 1c226afb69
Agent CI/CD / validate (push) Successful in 33s
Agent CI/CD / docker-image (push) Failing after 16s
Agent CI/CD / deploy-fallback-log (push) Successful in 0s
添加 package.json 文件,配置依赖和脚本
2026-05-19 11:42:06 +08:00

14 lines
238 B
JSON

{
"private": true,
"scripts": {
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@opencode-ai/plugin": "1.14.41"
},
"devDependencies": {
"@types/node": "^24.7.2",
"typescript": "^5.9.3"
}
}