-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 838 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "cra-gen",
"version": "1.2.5",
"description": "A command-line tool to generate new components, reducers, actions and more for a create-react-app project.",
"main": "src/index.js",
"bin": {
"cra-gen": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kkoomen/cra-gen.git"
},
"keywords": [
"cli",
"tool",
"generate",
"create-react-app",
"components",
"reducers",
"actions",
"scaffold"
],
"author": "Kim K",
"license": "MIT",
"bugs": {
"url": "https://github.com/kkoomen/cra-gen/issues"
},
"homepage": "https://github.com/kkoomen/cra-gen#readme",
"dependencies": {
"commander": "^2.16.0",
"find-root": "^1.1.0",
"inquirer": "^6.0.0",
"os": "^0.1.1",
"path": "^0.12.7",
"shelljs": "^0.8.2"
}
}