first commit

This commit is contained in:
2023-08-04 21:47:41 +03:00
commit 8afb59c0ac
9 changed files with 1913 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "nodejs-login-system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"jsonwebtoken": "^9.0.0",
"nodemon": "^2.0.22",
"uuid": "^9.0.0",
"ws": "^8.13.0"
}
}