-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 794 Bytes
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
{
"name": "react-alpha-cli",
"version": "1.0.2",
"description": "Generate Boiler plates for react",
"main": "index.js",
"keywords": ["react", "react-plus", "react-alpha-cli"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thealpha93/react-alpha-cli.git"
},
"author": "thealpha93 <tmaakash143@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/thealpha93/react-alpha-cli/issues"
},
"homepage": "https://github.com/thealpha93/react-alpha-cli#readme",
"dependencies": {
"chalk": "^4.1.0",
"figlet": "^1.5.0",
"inquirer": "^14.0.0",
"shelljs": "^0.8.4"
},
"bin": {
"react-alpha": "index.js"
}
}