{
  "name": "kpm-cli-rn",
  "version": "1.0.6",
  "description": "A smart CLI for JS/TS developers to bootstrap modern fullstack projects with frontend, backend, and Docker setup.",
  "main": "dist/bin/kpm.js",
  "bin": {
    "kpm": "dist/bin/kpm.js"
  },
  "keywords": [
    "cli",
    "javascript",
    "typescript",
    "react",
    "nextjs",
    "fullstack",
    "frontend",
    "backend",
    "generator",
    "project scaffold",
    "docker"
  ],
  "scripts": {
    "dev": "ts-node src/bin/kpm.ts",
    "build": "tsc",
    "start": "node dist/bin/kpm.js",
    "prepublishOnly": "npm run build"
  },
  "author": "Mohammad Taheri",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/kpm-cli-rn.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/kpm-cli-rn/issues"
  },
  "homepage": "https://github.com/yourusername/kpm-cli-rn#readme",
  "dependencies": {
    "@inquirer/input": "^4.2.4",
    "@types/inquirer": "^9.0.8",
    "@types/node": "^24.0.10",
    "chalk": "^5.4.1",
    "fs-extra": "^11.3.0",
    "inquirer": "^12.7.0",
    "inquirer-autocomplete-prompt": "^3.0.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer-autocomplete-prompt": "^3.0.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  }
}
