{
  "name": "graphify-mcp-tools",
  "version": "0.1.19",
  "description": "MCP server companion for Graphify: search, impact analysis, and code outlines from knowledge graphs",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "graphify-mcp-tools": "dist/cli/index.js"
  },
  "files": [
    "dist",
    "grammars",
    "templates",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm test"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "js-yaml": "^4.1.0",
    "sql.js": "^1.11.0",
    "web-tree-sitter": "^0.25.10",
    "yargs": "^17.7.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.0",
    "@types/node": "^20.0.0",
    "@types/yargs": "^17.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.4.0",
    "vitest": "^2.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "graphify",
    "mcp",
    "knowledge-graph",
    "code-intelligence",
    "search",
    "impact-analysis",
    "tree-sitter",
    "opencode",
    "cursor",
    "claude-code"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CristianoCiuti/graphify-mcp-tools.git"
  },
  "homepage": "https://github.com/CristianoCiuti/graphify-mcp-tools"
}
