{
  "name": "@apiwa/engine",
  "version": "2.0.0",
  "private": true,
  "type": "module",
  "main": "./dist/main.js",
  "scripts": {
    "dev": "tsx watch src/main.ts",
    "build": "tsc -b",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src --ext .ts",
    "clean": "rm -rf dist .turbo",
    "start": "node dist/main.js"
  },
  "dependencies": {
    "@apiwa/shared": "workspace:*",
    "hono": "^4.6.0",
    "@hono/node-server": "^1.13.0",
    "@hono/zod-validator": "^0.4.0",
    "baileys": "^6.6.0",
    "@whiskeysockets/whatsapp-web.js": "^1.17.0",
    "@sparticuz/chromium": "^127.0.0",
    "puppeteer-core": "^23.0.0",
    "@aws-sdk/client-s3": "^3.654.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "typescript": "^5.6.0",
    "tsx": "^4.19.0",
    "@types/node": "^22.5.0"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
