@kswbtw/create-component-cli
Version:
A simple cli that helps to create react components faster.
33 lines (32 loc) • 749 B
JSON
{
"name": "@kswbtw/create-component-cli",
"version": "1.2.1",
"description": "A simple cli that helps to create react components faster.",
"main": "src/cli.js",
"bin": {
"create-component": "bin/create-component",
"cc": "bin/create-component"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ajiways/create-component-cli"
},
"keywords": [
"cli",
"create-component",
"react",
"react-component",
"component",
"create"
],
"author": "kswbtw",
"license": "ISC",
"dependencies": {
"arg": "^5.0.1",
"chalk": "^2.4.1",
"esm": "^3.2.25"
}
}