🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

generate-react-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-react-cli - npm Package Compare versions

Comparing version

to
1.1.0

{
"name": "generate-react-cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "1.1.0",
"description": "A lightweight CLI that runs create-react-app under the hood to boilerplate react apps and generate react components with a little more structure in mind.",
"main": "src/index.js",
"bin": {
"generate-react": "bin/generate-react"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
"keywords": [
"cli",
"react",
"generate-react-cli"
],
"author": "Armin Broubakarian",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"esm": "^3.2.25",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.0",
"replace": "^1.1.0"
},
"files": [
"bin/",
"src/"
]
}