UNPKG

@naoufal/create-react-component

Version:
44 lines (43 loc) 999 B
{ "name": "@naoufal/create-react-component", "version": "0.0.7", "description": "The fastest way to create React Components", "main": "index.js", "bin": { "create-react-component": "./src/index.js", "crc": "./src/index.js" }, "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/naoufal/create-react-component.git" }, "keywords": [ "react", "cli", "component", "bootstrap", "scaffolding", "script" ], "author": "Naoufal Kadhom", "license": "MIT", "bugs": { "url": "https://github.com/naoufal/create-react-component/issues" }, "homepage": "https://github.com/naoufal/create-react-component#readme", "dependencies": { "@naoufal/crc-template-default": "^0.0.0", "bluebird": "3.4.6", "chalk": "1.1.3", "commander": "2.9.0", "fs-extra": "0.30.0", "inquirer": "1.1.3", "stream-to-promise": "2.2.0" }, "devDependencies": { "jest": "15.1.1" } }