{
  "name": "wa-gateway",
  "version": "4.4.1",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "start": "tsx src/index.ts"
  },
  "author": {
    "name": "mimamch",
    "email": "mimamch28@gmail.com"
  },
  "license": "ISC",
  "dependencies": {
    "@hono/node-server": "^1.13.7",
    "@hono/zod-validator": "^0.4.1",
    "axios": "^1.8.2",
    "cookie-parser": "~1.4.4",
    "cors": "^2.8.5",
    "debug": "~2.6.9",
    "dotenv": "^16.0.0",
    "ejs": "^3.1.8",
    "express": "^4.18.2",
    "hono": "^4.6.13",
    "http-errors": "~1.6.3",
    "moment": "^2.29.4",
    "morgan": "~1.9.1",
    "qrcode": "^1.5.1",
    "tsx": "^4.19.2",
    "wa-multi-session": "^4.0.1",
    "zod": "^3.23.8"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mimamch/wa-gateway.git"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "@types/qrcode": "^1.5.5"
  }
}
