{ "name": "@raymondchins/agentmap", "version": "0.22.0", "mcpName": "io.github.raymondchins/agentmap", "publishConfig": { "access": "public" }, "description": "The TS/JS-accurate repo map for coding agents — a compiler-grade ts-morph import/symbol graph (resolves tsconfig paths, vite/webpack alias, #imports subpaths, workspaces) that answers where-is / what-breaks / does-this-exist in ~98% fewer context tokens (up to ~99.9% per task, chars/4 estimate). Ranked, queryable, honestly eval'd: PageRank hubs, Aider-style symbol ranking, token-budgeted digest, a single --any router (file → symbol → feature → live git-grep), a compiler-accurate call graph (--callers/--calls, transitive --depth), BM25 lexical search (--search) for vague queries, and Mermaid/DOT export (--export), with post-commit auto-refresh + a PreToolUse hook.", "type": "module", "bin": { "agentmap": "agentmap.mjs" }, "main": "agentmap.mjs", "files": [ "agentmap.mjs", "mcp.mjs", "hooks", "skills", ".claude-plugin", "server.json", "NOTICE" ], "scripts": { "map": "node agentmap.mjs", "test": "node --test test/*.test.mjs test/**/*.test.mjs", "eval": "node eval/eval.mjs", "typecheck": "tsc -p jsconfig.json", "coverage": "node --test --experimental-test-coverage --test-coverage-lines=90 --test-coverage-branches=70 test/*.test.mjs test/**/*.test.mjs" }, "engines": { "node": ">=20" }, "dependencies": { "ts-morph": "28.0.0" }, "keywords": [ "agentmap", "repo-map", "repomap", "code-map", "codebase-map", "repository-map", "ts-morph", "typescript", "javascript", "pagerank", "static-analysis", "ast", "code-graph", "call-graph", "knowledge-graph", "dependency-graph", "import-graph", "code-intelligence", "code-search", "bm25", "mermaid", "context-engineering", "token-efficiency", "mcp", "claude-code", "cursor", "codex", "ai-agent", "coding-agent", "llm", "claude", "aider", "context" ], "repository": { "type": "git", "url": "git+https://github.com/raymondchins/agentmap.git" }, "homepage": "https://github.com/raymondchins/agentmap#readme", "bugs": { "url": "https://github.com/raymondchins/agentmap/issues" }, "author": "Raymond Surya Chin", "license": "MIT", "devDependencies": { "@types/node": "^26.1.2", "typescript": "^7.0.2" } }