package.json•845 B
{
"name": "@itseasy21/mcp-knowledge-graph",
"version": "1.0.7",
"description": "MCP server enabling persistent memory for Claude through a local knowledge graph",
"license": "MIT",
"author": "itseasy21",
"homepage": "https://github.com/itseasy21/mcp-knowledge-graph",
"bugs": "https://github.com/itseasy21/mcp-knowledge-graph/issues",
"type": "module",
"bin": "./dist/index.js",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.1",
"minimist": "^1.2.8"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^22.9.3",
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}