添加 package.json 文件,配置依赖和脚本
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

This commit is contained in:
2026-05-19 11:42:06 +08:00
parent be5e4c87de
commit 1c226afb69
+13
View File
@@ -0,0 +1,13 @@
{
"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"
}
}