decocms
Version:
CLI for managing deco.chat apps & projects
80 lines (79 loc) • 1.87 kB
JSON
{
"name": "decocms",
"version": "0.16.0",
"description": "CLI for managing deco.chat apps & projects",
"license": "MIT",
"author": "Deco team",
"homepage": "https://github.com/deco-cx/deco",
"repository": {
"type": "git",
"url": "git+https://github.com/deco-cx/deco.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/deco-cx/deco/issues"
},
"type": "module",
"main": "./dist/cli.js",
"bin": {
"deco": "./dist/cli.js"
},
"files": [
"dist/**/*",
"template/**/*"
],
"scripts": {
"build": "tsc && cp -r src/rules dist/",
"dev": "tsx src/cli.ts",
"start": "node dist/cli.js",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run build",
"postpublish": "echo 'Published deco-cli to npm registry!'"
},
"dependencies": {
"@deco-cx/warp-node": "0.3.16",
"@modelcontextprotocol/sdk": "1.17.1",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.50.0",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"glob": "^10.3.10",
"inquirer": "^9.2.15",
"inquirer-search-checkbox": "^1.0.0",
"inquirer-search-list": "^1.2.6",
"jose": "^6.0.11",
"json-schema-to-typescript": "^15.0.4",
"object-hash": "^3.0.0",
"prettier": "^3.6.2",
"semver": "^7.6.0",
"smol-toml": "^1.3.4",
"ws": "^8.16.0",
"zod": "^3.25.64"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.11.17",
"@types/object-hash": "^3.0.6",
"@types/semver": "^7.5.6",
"@types/ws": "^8.5.10",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"cli",
"deco",
"chat",
"deployment",
"development",
"mcp",
"model-context-protocol",
"hosting",
"tunnel"
],
"publishConfig": {
"access": "public"
}
}