25 lines
518 B
JSON
25 lines
518 B
JSON
{
|
|
"dependencies": {
|
|
"bcrypt": "5.0.0",
|
|
"crypto": "^1.0.1",
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.17.2",
|
|
"mqtt": "^4.2.8",
|
|
"sqlite": "^4.0.23",
|
|
"sqlite3": "^5.0.2"
|
|
},
|
|
"name": "loginbase",
|
|
"version": "1.0.0",
|
|
"description": "Login base project",
|
|
"main": "server.mjs",
|
|
"scripts": {
|
|
"start": "node server.mjs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.greinet.com/agreiner/loginbase.git"
|
|
},
|
|
"author": "Andreas Greiner",
|
|
"license": "ISC"
|
|
}
|