19 lines
413 B
JSON
19 lines
413 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",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo no tests yet"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.41",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|