-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 848 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
38
39
40
41
42
43
44
{
"name": "reenode",
"version": "1.0.0",
"description": "A cli for creating boilerplate for React ❤️ + Node 🏬. 🚀",
"main": "bin/cli.js",
"bin": {
"reenode": "bin/cli.js"
},
"scripts": {
"start": "node ./bin/cli.js",
"publish": "npm publish"
},
"author": "",
"license": "MIT",
"repository": "praveen-me/github",
"dependencies": {
"bcrypt": "^3.0.6",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"dotenv": "^8.2.0",
"ejs": "^2.6.2",
"global": "^4.4.0",
"inquirer": "^6.5.0",
"jsonwebtoken": "^8.5.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"reenode": "^1.0.0"
},
"bugs": {
"url": "https://github.com/praveen-me/reenode/issues"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"keywords": [
"boilerplate",
"react",
"node",
"cli",
"webpack",
"command-line"
]
}