{
  "name": "vibecode",
  "version": "1.0.2",
  "description": "A CLI tool to generate React and Next.js projects with Vibe Coding setup",
  "preferGlobal": true,
  "bin": {
    "vibecode": "index.js"
  },
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "keywords": [
    "cli",
    "react",
    "nextjs",
    "boilerplate",
    "vibe"
  ],
  "type": "module",
  "dependencies": {
    "@octokit/rest": "^21.1.1",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "dotenv": "^16.4.7",
    "inquirer": "^12.5.0",
    "shelljs": "^0.9.2"
  },
  "engines": {
    "node": ">=18.18.0"
  },
  "author": "Qendresa Hoti",
  "license": "MIT"
}
