homeboergmann/package.json

31 lines
662 B
JSON
Raw Normal View History

2024-06-06 20:45:42 +02:00
{
"name": "training",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
2024-06-06 20:45:42 +02:00
"bcrypt": "^5.1.1",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"fs": "^0.0.1-security",
"marked": "^14.1.2",
2024-06-06 20:45:42 +02:00
"moment": "^2.30.1",
"node-file-logger": "^0.9.5",
"nodemailer": "^6.9.13",
2024-07-19 16:28:56 +02:00
"pg": "^8.11.5",
2024-09-07 16:45:12 +02:00
"qrcode": "^1.5.4",
2024-07-19 16:28:56 +02:00
"telebot": "^1.4.1"
2024-06-06 20:45:42 +02:00
}
}