-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "nodejs-express-mongodb-starter-project",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"express",
"mongodb",
"starter-api",
"starter-project",
"mongodb-starter-project",
"express-mongodb-starter-project",
"express-api",
"nodejs-rest-api",
"api-güvenligi",
"rest-api",
"api-securty",
"base-api",
"nodejs-base-api"
],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.2.0",
"joi": "^17.6.1",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"mongoose": "^8.3.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"nodemon": "^3.1.0"
}
}