UNPKG

@youtility/c-c

Version:
34 lines (33 loc) 720 B
{ "name": "@youtility/c-c", "version": "1.0.0", "description": "Creates a component for your React application", "main": "index.js", "bin": { "c-c": "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" }