-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "fortiche",
"version": "1.0.0",
"description": "fortiche web app",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon -r dotenv/config src/index.js"
},
"keywords": [
"node",
"testing"
],
"author": "kartikey singh",
"license": "ISC",
"dependencies": {
"@types/multer": "^1.4.11",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"cloudinary": "^2.2.0",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"country-vat": "^1.0.16",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"jsonwebtoken": "^9.0.2",
"mailgun.js": "^10.2.4",
"mongoose": "^8.4.1",
"mongoose-aggregate-paginate-v2": "^1.0.7",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.3",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"prettier": "^3.3.2",
"socket.io": "^4.7.5",
"stripe": "^16.8.0"
}
}