@youtility/cc
Version:
Creates a component for your React application
34 lines (33 loc) • 718 B
JSON
{
"name": "@youtility/cc",
"version": "1.0.1",
"description": "Creates a component for your React application",
"main": "index.js",
"bin": {
"cc": "index.js"
},
"scripts": {
"test": "jest"
},
"author": "Pavan Chilukuri",
"license": "MIT",
"dependencies": {
"prompt": "^1.1.0"
},
"devDependencies": {
"jest": "^26.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chilupa/create-component-utility.git"
},
"keywords": [
"utility",
"create-component",
"react"
],
"bugs": {
"url": "https://github.com/chilupa/create-component-utility/issues"
},
"homepage": "https://github.com/chilupa/create-component-utility#readme"
}