-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 880 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
{
"name": "pulsewatch",
"version": "1.0.0",
"description": "A modern, real-time API monitoring platform built with Node.js, Express, and MongoDB. Keep your APIs and endpoints healthy with continuous uptime monitoring.",
"main": "Backend/index.js",
"scripts": {
"start": "node ./Backend/index.js",
"dev": "node ./Backend/index.js"
},
"keywords": ["HTML", "CSS", "JavaScript", "NodeJS", "MongoDB", "Pulse-Watch", "PulseWatch", "Dashboard", "Monitoring Dashboard", "monitoring", "api", "endpoint", "api tracker"],
"author": "Mohammed",
"license": "MIT",
"dependencies": {
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.20.0",
"node-cron": "^4.2.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}