-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1005 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
{
"name": "first_pet",
"version": "1.0.0",
"description": "Kepsko website",
"main": "index.js",
"engines": {
"node": "18.x"
},
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasyl1312/first_pet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vasyl1312/first_pet/issues"
},
"homepage": "https://github.com/vasyl1312/first_pet#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"connect-mongodb-session": "^3.1.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mongoose": "^6.5.4",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"sib-api-v3-sdk": "^8.5.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}