backend v4 half
This commit is contained in:
@@ -1,25 +1,21 @@
|
||||
{
|
||||
"name": "serpentrace-backend",
|
||||
"name": "serpentrace_backend",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend API for SerpentRace application",
|
||||
"main": "dist/index.js",
|
||||
"description": "",
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon --exec ts-node src/index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"start:prod": "NODE_ENV=production node dist/index.js",
|
||||
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli -d ormconfig.ts",
|
||||
"migration:create": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli migration:create",
|
||||
"migration:generate": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli -d ormconfig.ts migration:generate",
|
||||
"migration:run": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli -d ormconfig.ts migration:run",
|
||||
"migration:revert": "npm run typeorm -- migration:revert",
|
||||
"migration:full": "ts-node scripts/generate-migration.ts",
|
||||
"migration": "ts-node scripts/run-migration.ts"
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/aws-sdk": "^0.0.42",
|
||||
"@types/nodemailer": "^6.4.17",
|
||||
"aws-sdk": "^2.1692.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"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",
|
||||
@@ -29,13 +25,16 @@
|
||||
"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/bcryptjs": "^2.4.6",
|
||||
"@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",
|
||||
@@ -43,6 +42,7 @@
|
||||
"@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"
|
||||
|
||||
Reference in New Issue
Block a user