31 lines
617 B
JSON
31 lines
617 B
JSON
{
|
|
"name": "memory-zhiyi",
|
|
"version": "0.1.0",
|
|
"description": "ZhiYi MemoryWeave plugin for OpenClaw — semantic memory with knowledge graph",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo no tests yet"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.0",
|
|
"@types/node": "^20.0.0"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./dist/index.js"
|
|
],
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.27"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.5.27"
|
|
}
|
|
}
|