{
"name": "leankg",
"version": "0.1.1",
"description": "Lightweight Knowledge Graph for AI-Assisted Development - MCP Server and CLI",
"keywords": [
"knowledge-graph",
"mcp",
"code-indexing",
"dependency-analysis",
"cursor",
"claude-code",
"opencode"
],
"preferGlobal": true,
"bin": {
"leankg": "./bin/leanKG"
},
"scripts": {
"postinstall": "node install.js"
},
"engines": {
"node": ">=18.0.0"
},
"os": [
"darwin",
"linux"
],
"cpu": [
"x64",
"arm64"
],
"repository": {
"type": "git",
"url": "https://github.com/FreePeak/LeanKG.git"
},
"author": "LeanKG Team",
"license": "MIT"
}