UNPKG

deco-cli

Version:

CLI for managing decocms.com apps & projects

82 lines (81 loc) 1.91 kB
{ "name": "deco-cli", "version": "0.28.6", "description": "CLI for managing decocms.com apps & projects", "license": "MIT", "author": "Deco team", "homepage": "https://github.com/decocms/admin", "repository": { "type": "git", "url": "git+https://github.com/decocms/admin.git", "directory": "packages/cli" }, "bugs": { "url": "https://github.com/decocms/admin/issues" }, "type": "module", "main": "./dist/cli.js", "bin": { "deco": "./dist/cli.js", "deconfig": "./dist/deconfig.js" }, "files": [ "dist/**/*", "template/**/*" ], "scripts": { "build": "tsup", "dev": "tsx src/cli.ts", "start": "node dist/cli.js", "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.25.1", "@supabase/ssr": "0.6.1", "@supabase/supabase-js": "2.50.0", "chalk": "^5.3.0", "commander": "^12.0.0", "glob": "^10.3.10", "ignore": "^7.0.5", "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", "zod": "^3.25.76" }, "devDependencies": { "@types/inquirer": "^9.0.7", "@types/node": "^24.6.2", "@types/object-hash": "^3.0.6", "@types/semver": "^7.5.6", "@types/ws": "^8.5.10", "tsup": "^8.5.0", "tsx": "^4.7.1", "typescript": "^5.9.3" }, "engines": { "node": ">=24.0.0" }, "keywords": [ "cli", "deco", "chat", "deployment", "development", "mcp", "model-context-protocol", "hosting", "tunnel" ], "publishConfig": { "access": "public" } }