Files
syncapp/package.json
2023-08-04 21:47:41 +03:00

24 lines
458 B
JSON

{
"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"
}
}