{ "name": "vibe-provision", "mcpName": "io.github.totte-dev/vibe-provision", "version": "0.1.1", "description": "Provision external SaaS services from YAML. One command to set up Clerk, Stripe, Resend and inject .env.", "type": "module", "bin": { "vibe-provision": "./dist/cli/index.js", "vp": "./dist/cli/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/cli/index.ts", "lint": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "vibe-coding", "provisioning", "saas", "cli", "devtools" ], "license": "FSL-1.1-Apache-2.0", "author": "totte-dev", "repository": { "type": "git", "url": "https://github.com/totte-dev/vibe-provision.git" }, "homepage": "https://github.com/totte-dev/vibe-provision#readme", "bugs": "https://github.com/totte-dev/vibe-provision/issues", "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.28.0", "chalk": "^5.4.1", "commander": "^13.1.0", "inquirer": "^12.6.0", "js-yaml": "^4.1.0", "open": "^10.1.0", "ora": "^8.2.0", "stripe": "^17.7.0", "zod": "^3.24.0" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^22.15.3", "tsx": "^4.19.4", "typescript": "^5.8.3", "vitest": "^4.1.1" } }