-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 891 Bytes
/
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
{
"name": "auth-flow",
"version": "1.0.0",
"description": "AuthFlow is a Node.js web application that implements user authentication and session management using Express.js, MongoDB, and secure cookies. ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xAbdoAli/Auth-Flow.git"
},
"author": "0xAbdoAli",
"license": "ISC",
"bugs": {
"url": "https://github.com/0xAbdoAli/Auth-Flow/issues"
},
"homepage": "https://github.com/0xAbdoAli/Auth-Flow#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"mongoose": "^7.0.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.21"
}
}