51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "serpentrace_backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@types/nodemailer": "^6.4.17",
|
|
"aws-sdk": "^2.1692.0",
|
|
"axios": "^1.10.0",
|
|
"bcrypt": "^6.0.0",
|
|
"class-transformer": "^0.5.1",
|
|
"class-validator": "^0.14.2",
|
|
"compression": "^1.8.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"helmet": "^7.2.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mariadb": "^3.2.2",
|
|
"morgan": "^1.10.0",
|
|
"node-cron": "^4.2.1",
|
|
"nodemailer": "^7.0.5",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"typeorm": "^0.3.17",
|
|
"winston": "^3.17.0",
|
|
"winston-s3-transport": "^2.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/aws-sdk": "^0.0.42",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/compression": "^1.7.5",
|
|
"@types/cookie-parser": "^1.4.6",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/jsonwebtoken": "^9.0.5",
|
|
"@types/morgan": "^1.9.9",
|
|
"@types/node": "^20.8.0",
|
|
"@types/node-cron": "^3.0.11",
|
|
"nodemon": "^3.0.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|