weblogin1/package.json
Kántor Dániel 0881028595 feltoltes
2023-01-27 11:54:37 +01:00

19 lines
348 B
JSON

{
"name": "weblogin1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"author": "Kántor Dániel",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"express": "^4.18.2",
"mysql": "^2.18.1",
"nodemon": "^2.0.20"
}
}