{
  "name": "start-vibing-stacks",
  "version": "2.96.0",
  "description": "AI-powered multi-stack dev workflow for Claude Code, Kimi Code, and Grok. Supports PHP, Node.js, Python, React Native / Expo and more.",
  "type": "module",
  "bin": {
    "start-vibing-stacks": "dist/index.js",
    "svs": "dist/index.js"
  },
  "scripts": {
    "build": "npx -p typescript tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "claude-code",
    "ai",
    "coding",
    "agents",
    "workflow",
    "php",
    "nodejs",
    "typescript",
    "react-native",
    "expo",
    "vibing",
    "cursor",
    "multi-stack"
  ],
  "author": "Luis",
  "email": "washlfilho@gmail.com",
  "linkedin": "https://www.linkedin.com/in/walui/",
  "instagram": "https://instagram.com/0x57_1",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "dist/",
    "stacks/",
    "templates/",
    "README.md"
  ],
  "dependencies": {
    "chalk": "^5.3.0",
    "inquirer": "^9.2.0",
    "ora": "^7.0.0",
    "semver": "^7.6.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.9",
    "@types/node": "^20.19.35",
    "@types/semver": "^7.7.1",
    "tsx": "^4.7.0",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/f1sc4ll/start-vibing-stacks.git"
  }
}
