From 1c226afb696a4f963885bb3571bc5c1ce7bd4378 Mon Sep 17 00:00:00 2001 From: Huarch Date: Tue, 19 May 2026 11:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20package.json=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E9=85=8D=E7=BD=AE=E4=BE=9D=E8=B5=96=E5=92=8C?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .opencode/package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .opencode/package.json diff --git a/.opencode/package.json b/.opencode/package.json new file mode 100644 index 0000000..4fe4bd6 --- /dev/null +++ b/.opencode/package.json @@ -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" + } +}