init-react-repo
Version:
Quickly create a React Component Library for publishing
30 lines (29 loc) • 581 B
JSON
{
"name": "init-react-repo",
"version": "1.0.8",
"description": "Quickly create a React Component Library for publishing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Git",
"CLI",
"React",
"Repo",
"Repository"
],
"author": "Nathan Reid",
"license": "MIT",
"bin": {
"init-react-repo": "./index.js"
},
"dependencies": {
"chalk": "^2.3.0",
"clear": "0.0.1",
"clui": "^0.3.6",
"inquirer": "^5.0.1",
"lodash": "^4.17.11",
"yargs": "^13.2.4"
}
}