cntx-ui
Version:
Minimal file bundling and tagging tool for AI development
44 lines (43 loc) • 975 B
JSON
{
"name": "cntx-ui",
"type": "module",
"version": "2.0.3",
"description": "Minimal file bundling and tagging tool for AI development",
"keywords": [
"ai",
"bundling",
"file-management",
"development-tools",
"codebase"
],
"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",
"README.md",
"web/dist"
],
"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",
"test:local": "npm pack && npm install -g ./cntx-ui-2.0.0.tgz"
},
"dependencies": {
"ws": "^8.13.0"
}
}