UNPKG

cntx-ui

Version:

File context management tool with web UI and MCP server for AI development workflows - bundle project files for LLM consumption

67 lines (66 loc) 1.66 kB
{ "name": "cntx-ui", "type": "module", "version": "2.0.15", "description": "File context management tool with web UI and MCP server for AI development workflows - bundle project files for LLM consumption", "keywords": [ "ai-development", "mcp-server", "file-bundling", "context-management", "llm-tools", "claude-desktop", "model-context-protocol", "file-aggregation", "project-context", "ai-workflow", "codebase-bundling", "development-tools", "websocket", "react", "cli-tool" ], "repository": { "type": "git", "url": "git+https://github.com/nothingdao/cntx-ui.git" }, "author": "whaleen", "license": "MIT", "bin": { "cntx-ui": "./bin/cntx-ui.js" }, "files": [ "bin/cntx-ui.js", "server.js", "lib/", "README.md", "web/dist/", "web/README.md", "mcp-config-example.json", "templates/" ], "engines": { "node": ">=18.0.0" }, "scripts": { "dev": "node server.js", "build": "cd web && npm install && npm run build", "build:web": "cd web && npm install && npm run build", "dev:web": "cd web && npm run dev", "prebuild": "npm run build:web", "prepublishOnly": "npm run build:web", "prepack": "npm run build:web", "test:local": "npm pack && npm install -g ./cntx-ui-2.0.0.tgz" }, "dependencies": { "@radix-ui/react-tooltip": "^1.2.7", "@xenova/transformers": "^2.17.2", "chromadb": "^1.10.5", "glob": "^8.1.0", "recharts": "^3.0.2", "tree-sitter": "^0.21.1", "tree-sitter-javascript": "^0.23.1", "tree-sitter-typescript": "^0.23.2", "ws": "^8.13.0" } }