{
  "name": "zrald",
  "version": "1.0.6",
  "description": "Advanced Graph RAG MCP Server with sophisticated graph structures, operators, and agentic capabilities for AI agents",
  "main": "dist/simple-server.js",
  "type": "module",
  "bin": {
    "zrald": "dist/simple-server.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE",
    ".env.example"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "graph-rag",
    "ai-agent",
    "knowledge-graph",
    "retrieval-augmented-generation",
    "model-context-protocol",
    "graph-database",
    "vector-search",
    "semantic-search",
    "artificial-intelligence",
    "machine-learning",
    "natural-language-processing"
  ],
  "author": "The Augster <augster@augment-code.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zrald/graph-rag-mcp-server.git"
  },
  "homepage": "https://github.com/zrald/graph-rag-mcp-server#readme",
  "bugs": {
    "url": "https://github.com/zrald/graph-rag-mcp-server/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "dotenv": "^16.3.1",
    "lodash": "^4.17.21",
    "mathjs": "^12.2.1",
    "ml-matrix": "^6.10.7",
    "neo4j-driver": "^5.28.1",
    "uuid": "^9.0.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/jest": "^29.5.8",
    "@types/lodash": "^4.14.202",
    "@types/node": "^20.10.0",
    "@types/uuid": "^9.0.7",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "@typescript-eslint/parser": "^6.12.0",
    "eslint": "^8.54.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.0",
    "ts-jest": "^29.1.1",
    "tsx": "^4.6.0",
    "typescript": "^5.3.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
