-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 881 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
{
"name": "devcamper_backend_api",
"version": "1.0.0",
"description": "Dev Camper Backend API",
"main": "server.js",
"scripts": {
"start": "cross-env NODE_ENV=production node server",
"dev": "nodemon server"
},
"author": "Gabriele Falloon",
"license": "MIT",
"dependencies": {
"bcryptjs": "^3.0.3",
"colors": "^1.4.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"cross-env": "^10.1.0",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-fileupload": "^1.5.2",
"express-rate-limit": "^8.2.1",
"helmet": "^8.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^9.0.3",
"mongo-sanitize": "^1.1.0",
"mongoose": "^8.21.1",
"morgan": "^1.10.1",
"newman": "^6.2.2",
"node-geocoder": "^4.4.1",
"nodemailer": "^8.0.1",
"slugify": "^1.6.6"
},
"devDependencies": {
"nodemon": "^3.1.11"
}
}