{
  "name": "reponova",
  "version": "0.7.1",
  "description": "Knowledge graph builder & MCP server for AI code assistants: search, impact analysis, semantic similarity, and architecture visualization",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "reponova": "dist/cli/index.js"
  },
  "files": [
    "dist",
    "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": {
    "@inquirer/checkbox": "^3.0.1",
    "@inquirer/confirm": "^4.0.1",
    "@modelcontextprotocol/sdk": "^1.12.0",
    "global-directory": "^4.0.1",
    "graphology": "^0.26.0",
    "graphology-communities-louvain": "^2.0.2",
    "graphology-layout-forceatlas2": "^0.10.1",
    "graphology-types": "^0.24.8",
    "js-tiktoken": "^1.0.21",
    "jsonc-parser": "^3.3.1",
    "picomatch": "^4.0.4",
    "sql.js": "^1.11.0",
    "undici": "^8.3.0",
    "web-tree-sitter": "^0.25.10",
    "yaml": "^2.9.0",
    "yargs": "^17.7.2",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@reponova/lang-plantuml": "^0.1.0",
    "@reponova/lang-python": "^0.1.0",
    "@reponova/lang-svg": "^0.3.0",
    "@types/node": "^20.0.0",
    "@types/picomatch": "^4.0.3",
    "@types/yargs": "^17.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.4.0",
    "vitest": "^2.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "reponova",
    "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/reponova.git"
  },
  "homepage": "https://github.com/CristianoCiuti/reponova",
  "optionalDependencies": {
    "@lancedb/lancedb": "^0.27.2",
    "node-llama-cpp": "^3.18.1",
    "onnxruntime-node": "^1.25.1"
  }
}
