UNPKG

614 BJSONView Raw
1{
2 "name": "ccreator",
3 "version": "1.1.0",
4 "description": "Node.js CLI for creating react component",
5 "main": "index.js",
6 "bin": {
7 "ccreator": "./index.js"
8 },
9 "keywords": [
10 "node.js",
11 "cli",
12 "react",
13 "components"
14 ],
15 "author": "Vitaliy Andryushkov",
16 "license": "ISC",
17 "dependencies": {
18 "chalk": "^2.4.2",
19 "clear": "^0.1.0",
20 "clui": "^0.3.6",
21 "commander": "^2.20.0",
22 "configstore": "^4.0.0",
23 "engine-lodash": "^0.8.2",
24 "figlet": "^1.2.1",
25 "inquirer": "^6.2.2",
26 "listr": "^0.14.3",
27 "minimist": "^1.2.0",
28 "template": "^0.17.5"
29 }
30}