-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 828 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": "pegasus",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"heroku-postbuild": "cd client && yarn && yarn && yarn build"
},
"author": "Rajdeep Chandra",
"license": "MIT",
"dependencies": {
"@hapi/joi": "^17.1.1",
"axios": "^0.19.2",
"bcrypt": "^3.0.8",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"config": "^3.3.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"joi-objectid": "^3.0.1",
"json-find": "^2.0.4",
"jsonwebtoken": "^8.5.1",
"moment": "^2.26.0",
"mongoose": "^5.2.15",
"shortid": "^2.2.15",
"xoauth2": "^1.2.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
},
"engines": {
"node": "16.16.0"
}
}