{
  "name": "@sprouted/vibes-root",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "description": "Vibes - A vertical slice monorepo for vibe-driven development",
  "scripts": {
    "dev": "pnpm -r --parallel dev",
    "build": "pnpm -r build",
    "test": "pnpm -r test",
    "lint": "pnpm -r lint",
    "typecheck": "tsc --noEmit",
    "vibe": "./vibe",
    "postinstall": "chmod +x vibe tools/vibe.sh tools/vibe-cli.js tools/create-feature.sh && echo '\n🌊 Vibes is ready! Use ./vibe to start vibing (or run ./install.sh to add to PATH)\n'"
  },
  "keywords": ["vibes", "monorepo", "vertical-slice"],
  "author": "",
  "license": "ISC",
  "packageManager": "pnpm@10.10.0",
  "devDependencies": {
    "typescript": "^5.0.0",
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0"
  },
  "dependencies": {
    "commander": "^11.1.0",
    "chalk": "^5.3.0",
    "fs-extra": "^11.2.0",
    "inquirer": "^9.2.12",
    "handlebars": "^4.7.8",
    "ora": "^7.0.1"
  }
}
