-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.36 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "auth-it",
"version": "1.0.0",
"description": "This project provides a robust authentication system for your applications",
"homepage": "https://auth-it.onrender.com/",
"main": "app.js",
"author": {
"name": "PAUL OCHOLLA",
"username": "Marcocholla01",
"email": "marcochollapaul01@gmail.com",
"url": "https://marcocholla001.onrender.com"
},
"publisher": "Marcocholla01",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Marcocholla01/Express-Auth-app.git"
},
"bugs": {
"url": "https://github.com/Marcocholla01/Express-Auth-app/issues"
},
"engines": {
"npm": ">=6",
"node": ">=12"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"jwt",
"cookies",
"Vanilla.js",
"HTML5",
"CSS3",
"express.js",
"mysql",
"auth"
],
"files": [
"config",
"controllers",
"middlewares",
"public",
"routes",
"utils",
"app.js",
"server.js"
],
"dependencies": {
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.10.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.4"
}
}