UNPKG

add-component

Version:
48 lines (47 loc) 915 B
{ "name": "add-component", "version": "2.5.0", "description": "Create React Component CLI", "repository": { "type": "git", "url": "https://github.com/hanford/add-component.git" }, "homepage": "https://github.com/hanford/add-component", "bugs": "https://github.com/hanford/add-component/issues", "authors": [ "Jack Hanford" ], "license": "MIT", "files": "index.js", "bin": { "add-component": "./index.js" }, "scripts": { "standard": "standard", "test": "standard" }, "dependencies": { "chalk": "~2.1.0", "commander": "~2.9.0", "deepmerge": "^2.0.1", "mkdirp": "~0.5.1", "titlecase": "~1.1.2" }, "tags": [ "react", "create", "component", "purecomponent", "cli" ], "keywords": [ "react", "create", "component", "purecomponent", "cli" ], "devDependencies": { "standard": "~10.0.3" } }