{
  "name": "backend",
  "private": true,
  "scripts": {
    "dev": "nodemon",
    "build": "tsc -p tsconfig.json --noEmit false",
    "start": "pm2 start dist/index.js --env production",
    "seed": "sequelize-cli db:seed:all --config ./config.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:integration": "jest --testPathPattern=integration",
    "test:unit": "jest --testPathPattern=unit",
    "test:binary": "jest --testPathPattern=binary",
    "test:exchange": "jest --testPathPattern=exchange",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix"
  },
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "@paypal/paypal-server-sdk": "^1.1.0",
    "@solana/spl-token": "^0.4.14",
    "@solana/web3.js": "^1.98.4",
    "@types/validator": "^13.15.3",
    "argon2": "^0.41.1",
    "bcrypt": "^6.0.0",
    "bignumber.js": "^9.3.1",
    "bip39": "^3.1.0",
    "bitcoinjs-lib": "^6.1.7",
    "bn.js": "^5.2.2",
    "bull": "^4.16.5",
    "bullmq": "^5.61.0",
    "cassandra-driver": "^4.8.0",
    "cheerio": "^1.1.2",
    "csv-parse": "^6.1.0",
    "csv-stringify": "^6.6.0",
    "date-fns": "^4.1.0",
    "ecpair": "^2.1.0",
    "ed25519-hd-key": "^1.3.0",
    "generate-password": "^1.7.1",
    "google-auth-library": "^9.15.1",
    "heic-convert": "^2.1.0",
    "ip": "^2.0.1",
    "lodash": "^4.17.21",
    "mime": "^4.1.0",
    "multispinner": "file:packages/multispinner",
    "mysql2": "^3.15.2",
    "mysqldump": "^3.2.0",
    "openai": "^4.104.0",
    "otplib": "^12.0.1",
    "p-queue": "^8.1.1",
    "qrcode": "^1.5.4",
    "sequelize": "^6.37.7",
    "sequelize-cli": "^6.6.3",
    "sequelize-typescript": "^2.1.6",
    "sharp": "^0.33.5",
    "stripe": "^17.7.0",
    "tiny-secp256k1": "^2.2.4",
    "tonweb": "^0.0.66",
    "tonweb-mnemonic": "^1.0.1",
    "tronweb": "^6.0.4",
    "twilio": "^5.10.2",
    "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.51.0",
    "uuid": "^11.1.0",
    "validator": "^13.15.15",
    "ws": "^8.18.3",
    "xlsx": "^0.18.5",
    "xml2js": "^0.6.2",
    "zeromq": "^6.5.0"
  },
  "devDependencies": {
    "@sendgrid/mail": "^8.1.6",
    "@types/bcrypt": "^6.0.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.18.8",
    "@types/supertest": "^6.0.3",
    "@typescript-eslint/eslint-plugin": "8.0.0-alpha.26",
    "@typescript-eslint/parser": "8.0.0-alpha.26",
    "adm-zip": "^0.5.16",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "archiver": "^7.0.1",
    "ccxt": "^4.5.8",
    "chokidar": "^4.0.3",
    "dotenv": "^16.6.1",
    "eslint": "^9.37.0",
    "fs-extra": "^11.3.2",
    "ioredis": "^5.8.1",
    "jest": "^29.7.0",
    "mime-types": "^3.0.1",
    "module-alias": "^2.2.3",
    "nodemailer": "^6.10.1",
    "regexparam": "^3.0.0",
    "supertest": "^7.1.4",
    "ts-jest": "^29.4.4",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "winston": "^3.18.3",
    "winston-daily-rotate-file": "^5.0.0",
    "xmlbuilder": "^15.1.1"
  }
}
