You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
274 B
JSON

{
"name": "nodelogin",
"main": "index.js",
"scripts": {
"start": "node ./server/index.js"
},
"author": "Bánszky Balázs",
"dependencies": {
"express": "^4.18.2",
"express-session": "^1.17.3",
"handlebars": "^4.7.8",
"mysql": "^2.18.1"
}
}