{
  "name": "react-rapide",
  "type": "module",
  "version": "1.0.35",
  "main": "index.js",
  "author": "ironboy",
  "license": "MIT",
  "description": "Fast scaffolding for Vite-based React projects with TypeScript.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ironboy/react-rapide.git"
  },
  "bugs": {
    "url": "https://github.com/ironboy/react-rapide/issues"
  },
  "keywords": [
    "React",
    "Vite",
    "TypeScript",
    "tools",
    "scaffolding"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node postinstall.cjs"
  },
  "dependencies": {
    "adm-zip": "^0.5.16",
    "chalk": "^5.4.1",
    "cheerio": "^1.0.0",
    "express": "^5.1.0",
    "find-free-ports": "^3.1.1",
    "nodemon": "^3.1.10",
    "prompts": "^2.4.2"
  },
  "engines": {
    "node": ">=20.11.0"
  }
}