{
  "name": "new-component",
  "version": "6.0.0",
  "description": "CLI for creating new React components",
  "homepage": "https://github.com/joshwcomeau/new-component",
  "repository": {
    "type": "git",
    "url": "https://github.com/joshwcomeau/new-component"
  },
  "bugs": {
    "url": "https://github.com/joshwcomeau/new-component/issues"
  },
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "reactjs",
    "cli",
    "component",
    "boilerplate"
  ],
  "author": "Joshua Comeau",
  "license": "MIT",
  "bin": {
    "new-component": "./src/index.js"
  },
  "dependencies": {
    "chalk": "4",
    "commander": "10",
    "prettier": "2.8.4"
  }
}
