Fix typecheck errors and update install docs for npm release

This commit is contained in:
Ralph Chang
2026-02-18 10:46:03 +08:00
parent 605524b674
commit 75c89747d8
5 changed files with 65 additions and 67 deletions
+9
View File
@@ -4,6 +4,10 @@
"description": "Advanced four-tier memory architecture for OpenCode with intelligent pressure monitoring and auto-storage governance",
"type": "module",
"main": "index.ts",
"scripts": {
"build": "node -e \"console.log('No build step required: OpenCode loads index.ts directly')\"",
"typecheck": "tsc --noEmit"
},
"keywords": [
"opencode",
"plugin",
@@ -25,6 +29,11 @@
"peerDependencies": {
"@opencode-ai/plugin": "^1.2.0"
},
"devDependencies": {
"@types/node": "^24.3.0",
"bun-types": "^1.2.21",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=18.0.0"
}