{
  "name": "nupay-mandate-initiator",
  "version": "1.0.0",
  "main": "dist/index.js",
  "scripts": {
    "dev": "cross-env NODE_ENV=local nodemon src/index.development.ts",
    "build": "tsc -p .",
    "start": "node dist/index.js",
    "lint": "eslint . --fix"
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@aws-crypto/client-node": "^4.2.1",
    "@aws-sdk/client-s3": "^3.876.0",
    "@aws-sdk/client-sqs": "^3.986.0",
    "@aws-sdk/s3-request-presigner": "^3.876.0",
    "axios": "^1.13.6",
    "body-parser": "^1.20.3",
    "convert-excel-to-json": "^1.7.0",
    "cors": "^2.8.5",
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0",
    "dotenv": "^16.4.7",
    "ejs": "^3.1.10",
    "express": "^4.21.2",
    "firebase-admin": "^13.4.0",
    "formidable": "^3.5.4",
    "google-libphonenumber": "^3.2.42",
    "joi": "^18.0.0",
    "knex": "^3.1.0",
    "mysql2": "^3.14.3",
    "nanoid": "^3.3.7",
    "node-cache": "^5.1.2",
    "nodemailer": "^7.0.5",
    "serverless-http": "^3.2.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.16.0",
    "@types/body-parser": "^1.19.5",
    "@types/convert-excel-to-json": "^1.7.4",
    "@types/cors": "^2.8.17",
    "@types/ejs": "^3.1.5",
    "@types/express": "^5.0.0",
    "@types/formidable": "^3.4.5",
    "@types/node": "^22.10.2",
    "@types/nodemailer": "^6.4.17",
    "cross-env": "^10.0.0",
    "eslint": "^9.16.0",
    "globals": "^15.13.0",
    "nodemon": "^3.1.7",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.0"
  }
}
