Initialize
This commit is contained in:
16
package.json
Executable file
16
package.json
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "tutorotp",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^17.2.3",
|
||||
"express": "^4.18.2",
|
||||
"express-session": "^1.18.1",
|
||||
"mobilepass": "^0.0.1",
|
||||
"openid-client": "^5.6.0",
|
||||
"pg": "^8.16.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user