{ "name": "mind-map-mcp", "version": "1.25.0", "mcpName": "io.github.nerfels/mind-map", "description": "Mind Map Model Context Protocol server for Claude Code - intelligent project knowledge graph with brain-inspired intelligence", "main": "dist/index.js", "type": "module", "bin": { "mind-map-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest", "test:coverage": "vitest --coverage", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "type-check": "tsc --noEmit" }, "keywords": [ "mcp", "claude-code", "mind-map", "project-analysis", "knowledge-graph", "code-intelligence", "brain-inspired", "hebbian-learning", "associative-memory", "neural-networks" ], "author": "Mind Map MCP Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "@typescript-eslint/typescript-estree": "^6.15.0", "fast-glob": "^3.3.2", "java-parser": "^3.0.1", "typescript": "^5.3.3" }, "devDependencies": { "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0", "tsup": "^8.0.1", "vitest": "^3.2.4" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE", "CLAUDE.md", "QUICK_USAGE.md" ], "repository": { "type": "git", "url": "https://github.com/nerfels/mind-map.git" }, "bugs": { "url": "https://github.com/nerfels/mind-map/issues" }, "homepage": "https://github.com/nerfels/mind-map#readme" }