{
  "name": "regantis-sms-server",
  "version": "0.1.0",
  "private": true,
  "description": "Regantis physical-SIM SMS gateway server",
  "main": "app.js",
  "type": "commonjs",
  "engines": {
    "node": ">=22 <23"
  },
  "scripts": {
    "start": "node app.js",
    "migrate": "node src/database/migrate.js",
    "migration:status": "node src/database/migrate.js --status",
    "admin:create": "node scripts/create-admin.js",
    "client:create": "node scripts/create-client.js",
    "api-key:create": "node scripts/create-api-key.js",
    "check": "node scripts/check-syntax.js",
    "test": "node --test"
  },
  "dependencies": {
    "argon2": "0.45.1",
    "bullmq": "6.3.1",
    "cookie-parser": "1.4.7",
    "express": "5.2.1",
    "helmet": "8.3.0",
    "ioredis": "6.0.0",
    "mysql2": "3.24.2",
    "pino": "10.3.1",
    "pino-http": "11.0.0",
    "ulid": "3.0.2",
    "zod": "4.4.3"
  }
}
