{ "name": "template", "version": "1.0.0", "description": "", "main": "src/app.js", "scripts": { "dev": "nodemon", "check": "tsc --noEmit", "start": "node ./dist/app.js", "format": "prettier --write .", "build": "tsoa spec-and-routes && tsc", "migration:generate": "typeorm-ts-node-commonjs migration:generate -d src/database/data-source.ts", "migration:run": "typeorm-ts-node-commonjs migration:run -d src/database/data-source.ts" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/amqplib": "^0.10.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.11.5", "@types/node-cron": "^3.0.11", "@types/swagger-ui-express": "^4.1.6", "@types/ws": "^8.5.14", "nodemon": "^3.0.3", "prettier": "^3.2.2", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "dependencies": { "@elastic/elasticsearch": "^8.14.0", "@nestjs/platform-express": "^10.3.9", "@tsoa/runtime": "^6.0.0", "amqplib": "^0.10.4", "axios": "^1.7.2", "cors": "^2.8.5", "csv-parser": "^3.0.0", "dotenv": "^16.3.1", "express": "^4.18.2", "fast-jwt": "^3.3.2", "moment": "^2.30.1", "mysql2": "^3.9.1", "node-cron": "^3.0.3", "promise.any": "^2.0.6", "redis": "^3.1.2", "reflect-metadata": "^0.2.1", "swagger-ui-express": "^5.0.0", "tsoa": "^6.0.1", "typeorm": "^0.3.19", "typeorm-cli": "^1.0.7", "ws": "^8.18.1" } }