LogFrog/backend/package.json
2023-10-03 11:23:49 -06:00

21 lines
424 B
JSON

{
"name": "signinlogs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"i18n-iso-countries": "^7.7.0",
"mariadb": "^3.2.1",
"ms-teams-webhook": "^2.0.2",
"node-fetch": "^3.3.2"
}
}