-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 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
{
"name": "auth_api_with_jwt",
"version": "1.0.0",
"description": "An application that performs trusted entry and exit controls and data connection",
"main": "server.js",
"scripts": {
"nod": "node server.js",
"import": "node dummy-generator --import",
"delete": "node dummy-generator --delete",
"mon":"nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YASIN-YILDIZQ/Auth-API-With-JWT.git"
},
"keywords": [
"api",
"auth",
"mongodb",
"jwt"
],
"author": "Yasin Yıldız",
"license": "MIT",
"bugs": {
"url": "https://github.com/YASIN-YILDIZQ/Auth-API-With-JWT/issues"
},
"homepage": "https://github.com/YASIN-YILDIZQ/Auth-API-With-JWT#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.4",
"slugify": "^1.6.6"
}
}