{
  "name": "hydra-swe-builder",
  "version": "1.0.2",
  "description": "A comprehensive CLI tool for creating software engineering projects (Mobile, Frontend, Backend)",
  "main": "index.js",
  "bin": {
    "hydra-swe": "./index.js",
    "hydra": "./index.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "scaffold",
    "generator",
    "react-native",
    "expo",
    "angular",
    "nextjs",
    "nestjs",
    "rust",
    "go",
    "quarkus",
    "mobile",
    "frontend",
    "backend",
    "fullstack"
  ],
  "author": "Michel Okoubi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/RolandWise/hydra-swe-builder-cli.git"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^9.0.0",
    "inquirer": "^8.2.4",
    "ora": "^8.2.0"
  },
  "devDependencies": {
    "eslint": "^8.0.0",
    "prettier": "^2.0.0"
  },
  "preferGlobal": true
}
