{ "name": "codedeebee", "version": "0.2.5823", "description": "Zig code intelligence MCP server — npx launcher for the codedb native binary", "license": "MIT", "author": "justrach", "homepage": "https://github.com/justrach/codedb", "repository": { "type": "git", "url": "git+https://github.com/justrach/codedb.git" }, "bugs": { "url": "https://github.com/justrach/codedb/issues" }, "bin": { "codedb": "bin/codedb.js" }, "files": [ "bin/", "scripts/", "README.md" ], "scripts": { "postinstall": "node scripts/postinstall.js" }, "engines": { "node": ">=18" }, "keywords": [ "codedb", "mcp", "code-intelligence", "zig", "code-search" ], "os": [ "darwin", "linux" ], "cpu": [ "x64", "arm64" ] }