{ "name": "gem-track-backend", "version": "1.0.0", "private": true, "description": "Industrial-grade backend starter using Node.js, TypeScript, TypeORM, TSOA, and Swagger.", "main": "dist/main.js", "scripts": { "dev": "tsx watch src/main.ts", "build": "npm run tsoa:spec && npm run tsoa:routes && tsc -p tsconfig.json", "start": "node dist/main.js", "typecheck": "tsc --noEmit", "tsoa:spec": "tsoa spec", "tsoa:routes": "tsoa routes" }, "dependencies": { "@aws-sdk/client-s3": "^3.1026.0", "@aws-sdk/lib-storage": "^3.1026.0", "bcrypt": "^5.1.1", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^5.1.0", "jsonwebtoken": "^9.0.2", "multer": "^2.1.1", "pg": "^8.20.0", "reflect-metadata": "^0.2.2", "swagger-ui-express": "^5.0.1", "tsoa": "^6.6.0", "typeorm": "^0.3.24" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/cors": "^2.8.17", "@types/express": "^5.0.1", "@types/jsonwebtoken": "^9.0.9", "@types/multer": "^2.1.0", "@types/node": "^22.13.10", "@types/swagger-ui-express": "^4.1.8", "ts-node": "^10.9.2", "tsx": "^4.19.3", "typescript": "^5.8.2" } }