{
  "name": "rsf-cli",
  "version": "1.0.4",
  "description": "A way to initialize react components for your react projects",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "rsf",
    "react-starter-files",
    "react",
    "boilerplate"
  ],
  "homepage": "https://github.com/avinash-vk/react-starter-files",
  "bin": {
    "rsf": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/avinash-vk/react-starter-files"
  },
  "bugs": {
    "url": "https://github.com/avinash-vk/react-starter-files/issues",
    "email": "avinash2000vk@gmail.com"
  },
  "license": "MIT",
  "private": false,
  "dependencies": {
    "axios": "^0.21.1",
    "chalk": "^4.1.1",
    "child_process": "^1.0.2",
    "clear": "^0.1.0",
    "clui": "^0.3.6",
    "conf": "^10.0.1",
    "esm": "^3.2.25",
    "figlet": "^1.5.0",
    "glob": "^7.1.7",
    "inquirer": "^8.0.0",
    "minimist": "^1.2.5",
    "prettier": "^2.2.1",
    "touch": "^3.1.0"
  }
}
