SAMBackend/package.json
2023-11-16 09:42:07 -07:00

22 lines
447 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",
"luxon": "^3.4.3",
"mariadb": "^3.2.1",
"ms-teams-webhook": "^2.0.2",
"node-fetch": "^3.3.2"
}
}