training/package.json

28 lines
590 B
JSON
Raw Permalink Normal View History

2024-05-23 20:49:34 +02:00
{
2024-05-29 22:07:17 +02:00
"name": "training",
2024-05-23 20:49:34 +02:00
"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": {
"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",
2024-05-31 22:21:44 +02:00
"fs": "^0.0.1-security",
2024-05-23 20:49:34 +02:00
"moment": "^2.30.1",
2024-05-31 22:21:44 +02:00
"node-file-logger": "^0.9.5",
2024-05-23 20:49:34 +02:00
"nodemailer": "^6.9.13",
2024-07-19 18:31:54 +02:00
"pg": "^8.11.5",
"telebot": "^1.4.1"
2024-05-23 20:49:34 +02:00
}
}