DziennikOcen/package.json

18 lines
301 B
JSON
Raw Normal View History

2022-01-11 20:18:26 +01:00
{
"name": "login",
"version": "1.0.0",
"description": "",
"main": "login.js",
"scripts": {
"test": "test/test"
},
"author": "MJ",
"license": "ISC",
"dependencies": {
2022-01-31 22:23:46 +01:00
"bcrypt": "^5.0.1",
2022-01-11 20:18:26 +01:00
"express": "^4.17.1",
"express-session": "^1.17.2",
"mysql": "^2.18.1"
}
}