-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
43
44
45
46
47
{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BearerOP/API-Monitoring-backend.git"
},
"author": "BearerOP",
"license": "ISC",
"bugs": {
"url": "https://github.com/BearerOP/API-Monitoring-backend/issues"
},
"homepage": "https://github.com/BearerOP/API-Monitoring-backend#readme",
"description": "",
"dependencies": {
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"ejs-lint": "^0.1.1",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"googleapis": "^137.1.0",
"jsonwebtoken": "^9.0.2",
"mongo": "^0.1.0",
"mongodb": "^6.7.0",
"mongoose": "^8.4.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.1",
"otp-generation": "^1.0.5",
"short-unique-id": "^5.2.0"
}
}