-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
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
45
46
47
{
"name": "backend-immpression",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "node --experimental-vm-modules node_modules/.bin/jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@easypost/api": "^8.2.0",
"@google-analytics/data": "^5.2.1",
"@playwright/test": "^1.49.0",
"argon2": "^0.41.1",
"axios": "^1.7.8",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cloudinary": "^2.5.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-rate-limit": "^7.5.0",
"google-auth-library": "9.15.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.11.0",
"mongoose": "^8.8.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.10.0",
"nodemon": "^3.1.7",
"playwright": "^1.49.0",
"sharp": "^0.33.5",
"stripe": "^17.4.0"
},
"devDependencies": {
"jest": "^29.7.0",
"supertest": "^7.1.0"
}
}