{
"name": "basemind",
"version": "0.2.6",
"description": "Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 8 coding-agent harnesses, content-addressed Fjall + LanceDB.",
"keywords": [
"agent-context",
"code-map",
"mcp",
"rag",
"tree-sitter"
],
"homepage": "https://github.com/Goldziher/basemind#readme",
"bugs": {
"url": "https://github.com/Goldziher/basemind/issues"
},
"license": "MIT",
"author": "Na'aman Hirschfeld",
"repository": {
"type": "git",
"url": "git+https://github.com/Goldziher/basemind.git"
},
"bin": {
"basemind": "bin/basemind.js"
},
"files": [
"index.js",
"install.js",
"bin/"
],
"main": "index.js",
"scripts": {
"postinstall": "node install.js"
},
"dependencies": {
"adm-zip": "^0.5.12",
"tar": "^6.0.0"
},
"engines": {
"node": ">=14"
}
}