weblogin1/package.json

19 lines
348 B
JSON
Raw Normal View History

2023-01-27 10:54:37 +00:00
{
"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"
}
}