{
  "name": "create-cdr-app",
  "type": "module",
  "version": "3.0.1",
  "description": "A CLI To BootStrap a Component Driven Redux App",
  "main": "src/index.js",
  "repository": "https://github.com/TahsinAyman/create-cdr-app.git",
  "homepage": "https://docs.fullstackbd.com/cdr/v1.0.0/getting-started.html",
  "bin": {
    "cdr": "./src/index.js"
  },
  "keywords": [
    "cdr",
    "react",
    "redux",
    "component-driven",
    "component-driven-redux",
    "component-driven-react"
  ],
  "scripts": {},
  "author": "TahsinAyman",
  "license": "MIT",
  "dependencies": {
    "commander": "^11.1.0",
    "fs-extra": "^11.1.1",
    "ora": "^7.0.1",
    "simple-git": "^3.21.0"
  }
}
