{ "name": "infimium", "version": "0.5.10", "description": "Private context layer MCP for AI agents.", "private": false, "mcpName": "io.github.aryankumar06/infimium", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/infimium-ai/infimium-agent.git" }, "bugs": { "url": "https://github.com/infimium-ai/infimium-agent/issues" }, "homepage": "https://github.com/infimium-ai/infimium-agent#readme", "bin": { "infimium": "dist/src/index.js" }, "files": [ "dist/src", "dist/playground-ui", "examples", "server.json", "public/infimium-logo.png", "README.md", "CHANGELOG.md", "LICENSE", ".env.example" ], "engines": { "node": ">=22.5.0" }, "overrides": { "@hono/node-server": "^2.0.5" }, "scripts": { "start": "tsx src/index.ts", "setup": "tsx src/index.ts setup", "index": "tsx src/index.ts index", "watch": "tsx src/index.ts watch", "workspace": "tsx src/index.ts workspace", "hello": "tsx src/index.ts hello", "search": "tsx src/index.ts search", "fetch": "tsx src/index.ts fetch", "code-search": "tsx src/index.ts code-search", "expand-symbol": "tsx src/index.ts expand-symbol", "docs-search": "tsx src/index.ts docs-search", "dep-graph": "tsx src/index.ts dep-graph", "get-context": "tsx src/index.ts get-context", "resume": "tsx src/index.ts resume", "remember": "tsx src/index.ts remember", "status": "tsx src/index.ts status", "doctor": "tsx src/index.ts doctor", "plan": "tsx src/index.ts plan", "playground": "tsx src/index.ts playground", "test": "vitest run", "build:cli": "tsc && node -e \"require('node:fs').chmodSync('dist/src/index.js',0o755)\"", "build:playground": "vite build --config playground-ui/vite.config.ts", "build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && npm run build:cli && npm run build:playground", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@sengac/tree-sitter": "^0.25.10", "@sengac/tree-sitter-dart": "^1.1.6", "better-sqlite3": "^12.11.1", "cheerio": "^1.0.0", "detect-port": "^2.1.0", "dotenv": "^16.4.5", "express": "^5.2.1", "glob": "^13.0.6", "ignore": "^7.0.6", "open": "^11.0.0", "pdf-parse": "^2.4.5", "tree-sitter": "0.21.1", "tree-sitter-javascript": "0.21.4", "tree-sitter-python": "0.21.0", "tree-sitter-typescript": "0.23.2", "turndown": "^7.2.0", "web-tree-sitter": "^0.25.10", "yaml": "^2.9.0", "zod": "^3.23.8" }, "devDependencies": { "@tailwindcss/vite": "^4.3.3", "@types/better-sqlite3": "^7.6.13", "@types/express": "^5.0.6", "@types/node": "^22.10.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/turndown": "^5.0.5", "@vitejs/plugin-react": "^6.0.3", "lucide-react": "^1.25.0", "react": "^19.2.7", "react-dom": "^19.2.7", "react-force-graph-2d": "^1.29.1", "tailwindcss": "^4.3.3", "tsx": "^4.19.2", "typescript": "^5.7.2", "vite": "^8.1.5", "vitest": "^4.1.10" } }