27 lines
565 B
JSON
27 lines
565 B
JSON
{
|
|
"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": {
|
|
"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",
|
|
"moment": "^2.30.1",
|
|
"node-file-logger": "^0.9.5",
|
|
"nodemailer": "^6.9.13",
|
|
"pg": "^8.11.5"
|
|
}
|
|
}
|