{
    "name": "whatsapp-api-gateway",
    "version": "1.0.0",
    "description": "WhatsApp API Gateway (MEERBOT) - A comprehensive WhatsApp Web API with multi-device support, message queuing, auto-reply, campaigns, and complete API management",
    "keywords": [
        "framework",
        "nodejs",
        "express",
        "mvc",
        "socket.io",
        "real-time",
        "websocket",
        "sequelize",
        "orm",
        "mysql",
        "authentication",
        "jwt",
        "rest-api",
        "web-framework",
        "backend",
        "api",
        "middleware",
        "routing"
    ],
    "homepage": "https://github.com/refkinscallv/node-framework#readme",
    "bugs": {
        "url": "https://github.com/refkinscallv/node-framework/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/refkinscallv/node-framework.git"
    },
    "engines": {
        "node": ">=20.0.0",
        "npm": ">=11.0.0"
    },
    "license": "MIT",
    "author": "Refkinscallv <refkinscallv@gmail.com>",
    "type": "commonjs",
    "main": "index.js",
    "scripts": {
        "start": "node index.js",
        "dev": "nodemon --ignore public/ --ignore app/views/",
        "dev:debug": "nodemon --inspect index.js",
        "build": "npm run format && npm run lint",
        "test": "jest --coverage --verbose",
        "test:watch": "jest --watch",
        "test:unit": "jest --testPathPattern=tests/unit",
        "test:integration": "jest --testPathPattern=tests/integration",
        "lint": "eslint \"**/*.js\" --fix",
        "format": "prettier --write \"**/*.{js,json,md,yml}\"",
        "format:check": "prettier --check \"**/*.{js,json,md,yml}\"",
        "setup": "node scripts/cli.js setup",
        "reset": "node scripts/cli.js reset",
        "seed": "node scripts/cli.js seed",
        "prepare": "husky install || true"
    },
    "_moduleAliases": {
        "@app": "./app",
        "@core": "./core",
        "@public": "./public"
    },
    "dependencies": {
        "@google/generative-ai": "^0.24.1",
        "@refkinscallv/express-routing": "^2.0.1",
        "@whiskeysockets/baileys": "^7.0.0-rc.9",
        "axios": "^1.6.7",
        "bcrypt": "^6.0.0",
        "bull": "^4.12.0",
        "compression": "^1.7.4",
        "cookie-parser": "^1.4.6",
        "cors": "^2.8.5",
        "dayjs": "^1.11.19",
        "dotenv": "^16.3.1",
        "ejs": "^3.1.9",
        "express": "^4.18.2",
        "express-ejs-layouts": "^2.5.1",
        "express-fileupload": "^1.5.1",
        "express-rate-limit": "^7.1.5",
        "express-validator": "^7.0.1",
        "helmet": "^7.1.0",
        "jsonwebtoken": "^9.0.2",
        "md5": "^2.3.0",
        "module-alias": "^2.2.3",
        "morgan": "^1.10.0",
        "mysql2": "^3.6.5",
        "node-cron": "^3.0.3",
        "nodemailer": "^7.0.12",
        "openai": "^6.22.0",
        "pino": "^10.3.1",
        "puppeteer": "^24.37.3",
        "puppeteer-extra": "^3.3.6",
        "puppeteer-extra-plugin-stealth": "^2.11.2",
        "qrcode": "^1.5.3",
        "qrcode-terminal": "^0.12.0",
        "qs": "^6.11.2",
        "sequelize": "^6.35.2",
        "socket.io": "^4.6.0",
        "uniqid": "^5.4.0",
        "uuid": "^9.0.1",
        "whatsapp-web.js": "1.34.6",
        "winston": "^3.11.0",
        "winston-daily-rotate-file": "^4.7.1",
        "zod": "^4.3.5"
    },
    "devDependencies": {
        "eslint": "^8.56.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-node": "^11.1.0",
        "husky": "^8.0.3",
        "jest": "^29.7.0",
        "lint-staged": "^15.2.0",
        "nodemon": "^3.0.2",
        "prettier": "^3.1.1",
        "supertest": "^6.3.3"
    },
    "optionalDependencies": {
        "bufferutil": "^4.0.8",
        "utf-8-validate": "^6.0.4"
    }
}
