{
  "name": "create-new-component",
  "version": "1.0.3",
  "description": "",
  "main": "index.js",
  "bin": {
    "create-new-component": "./bin/create.js",
    "delete-component": "./bin/delete.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "colorful": "^2.1.0",
    "commander": "^3.0.2",
    "rimraf": "^3.0.0"
  }
}
