Knowledge Graph Memory Server

by bneil
Verified
{ "name": "memory-pouchdb", "version": "1.0.0", "main": "index.js", "bin": { "memory-pouchdb": "dist/index.js" }, "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "type": "module", "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@types/pouchdb": "^6.4.2", "pouchdb": "^9.0.0", "pouchdb-adapter-memory": "^8.0.1" }, "devDependencies": { "@types/node": "^22.13.8", "shx": "^0.3.4", "typescript": "^5.8.2" } }