-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 984 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 984 Bytes
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": "ec-static-backend",
"version": "1.0.0",
"description": "This is the backend of Ec-Static webapp",
"main": "server/server.ts",
"scripts": {
"start": "ts-node server/server.ts",
"dev": "nodemon server/server.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/mongoose": "^5.11.97",
"@types/node": "^20.4.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-rate-limit": "^6.8.0",
"form-data": "^4.0.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^8.5.1",
"mailgun.js": "^9.2.0",
"moment": "^2.29.4",
"mongodb": "^5.5.0",
"mongoose": "^6.6.1",
"password-validator": "^5.3.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}