forked from geco/opencode-mempalace-persistence
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "opencode-mempalace-persistence",
"version": "1.3.2",
"description": "OpenCode plugin — auto-sync conversations to MemPalace memory in real-time. No forced wings, KG extraction via MCP tools.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"opencode",
"mempalace",
"memory",
"opencode-plugin",
"typescript"
],
"author": "geco",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/geco/opencode-mempalace-persistence.git"
},
"bugs": {
"url": "https://github.com/geco/opencode-mempalace-persistence/issues"
},
"homepage": "https://github.com/geco/opencode-mempalace-persistence#readme",
"devDependencies": {
"@opencode-ai/plugin": "^1.15.0",
"@types/node": "^25.8.0",
"typescript": "^6.0.3"
}
}