-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "prescripta",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/MarufSha/Prescripta#readme",
"bugs": {
"url": "https://github.com/MarufSha/Prescripta/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarufSha/Prescripta.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "backend/server.js",
"scripts": {
"dev": "concurrently \"C:\\tools\\MailHog\\MailHog_windows_amd64.exe\" \"nodemon backend/server.js\"",
"start": "node backend/server.js"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"express-rate-limit": "^8.3.2",
"express-validator": "^7.3.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.3",
"mailtrap": "^3.1.1",
"mongodb": "^7.1.0",
"mongoose": "^9.2.3",
"nodemailer": "^8.0.4"
},
"devDependencies": {
"@types/node": "^25.3.2",
"concurrently": "^9.2.1",
"nodemon": "^3.1.14"
}
}