This commit is contained in:
2024-01-10 01:35:30 +01:00
parent dcb8031597
commit 6c7cfe5242
4 changed files with 25 additions and 12 deletions

View File

@@ -4,12 +4,14 @@
"description": "small server to see how login button works",
"main": "index.js",
"scripts": {
"build": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.5",
"dotenv": "^16.3.1",
"express": "^4.18.2"
}
}