{
  "name": "react-starter-wcs",
  "version": "2.0.0",
  "description": "bootstrapper CLI for React App with basic deps",
  "main": "index.js",
  "bin": {
    "react-starter-wcs": "index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "cli",
    "codegen",
    "caprover",
    "code-generator"
  ],
  "author": "Basile V. <basile64.v@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Karnak19/react-starter-wcs.git"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "chalk": "^5.0.1",
    "clear": "^0.1.0",
    "figlet": "^1.5.0",
    "mkdirp": "^1.0.4",
    "ora": "^6.1.1",
    "prompt-checkbox": "^2.2.0"
  },
  "devDependencies": {
    "eslint": "^8.18.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.22.0"
  }
}
