create-kutty-react
Version:
CLI tool to create a basic React app
21 lines (20 loc) • 460 B
JSON
{
"name": "create-kutty-react",
"version": "1.1.5",
"description": "CLI tool to create a basic React app",
"main": "bin/create-kutty-react.js",
"bin": {
"create-kutty-react": "./bin/create-kutty-react.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"cli",
"create-react"
],
"author": "Nithya Ganesh K",
"license": "MIT",
"dependencies": {}
}