-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 KB
/
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
38
39
40
41
42
43
44
{
"name": "create-react-card",
"version": "1.0.2",
"description": "A cli for creating react boilerplate",
"main": "src/cli.js",
"bin": {
"create-react-card": "bin/create-react-card"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/cli.js",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sudarshan070/create-react-card.git"
},
"keywords": [
"cli",
"react",
"webpack",
"create-react-card"
],
"author": "Sudarshan Shinde",
"license": "MIT",
"bugs": {
"url": "https://github.com/sudarshan070/create-react-card/issues"
},
"homepage": "https://github.com/sudarshan070/create-react-card#readme",
"dependencies": {
"arg": "^5.0.0",
"chalk": "^4.1.1",
"esm": "^3.2.25",
"execa": "^5.0.0",
"inquirer": "^8.0.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"nodemon": "^2.0.7",
"pkg-install": "^1.0.0"
}
}