{
"name": "zannys-persistent-memory-manager",
"version": "1.0.0",
"description": "A custom MCP server that functions as a persistent memory bank",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MCP",
"memory",
"persistent"
],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"winston": "^3.10.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}