{
  "name": "gembok-bill",
  "version": "2.1.7",
  "description": "Sistem Manajemen ISP Terintegrasi dengan WhatsApp Gateway dan Telegram Bot untuk GenieACS, Mikrotik PPPoE, dan Hotspot Management",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "dev": "nodemon app.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "echo \"No build process required\"",
    "setup": "npm install && node scripts/setup-database.js && npm run migrate",
    "migrate": "node scripts/run-all-migrations.js",
    "clean": "node scripts/clean-install.js",
    "check-whatsapp-version": "node scripts/check-whatsapp-version.js",
    "test-whatsapp-connection": "node scripts/test-whatsapp-connection.js",
    "prepare-for-github": "node scripts/prepare-for-github.js",
    "check-database-structure": "node scripts/check-database-structure.js",
    "test-admin-pages": "node scripts/test-admin-pages.js",
    "fix-sqlite": "npm install sqlite3 --build-from-source",
    "postinstall": "npm rebuild --build-from-source"
  },
  "dependencies": {
    "@hapi/boom": "^10.0.1",
    "@whiskeysockets/baileys": "^7.0.0-rc.6",
    "axios": "^1.6.7",
    "bcrypt": "^6.0.0",
    "body-parser": "^2.2.0",
    "cors": "^2.8.5",
    "cron": "^4.4.0",
    "dotenv": "^17.2.3",
    "ejs": "^3.1.10",
    "exceljs": "^4.4.0",
    "express": "^5.1.0",
    "express-session": "^1.18.2",
    "geolib": "^3.3.4",
    "helmet": "^8.1.0",
    "jsonwebtoken": "^9.0.2",
    "leaflet": "^1.9.4",
    "midtrans-client": "^1.4.3",
    "multer": "^2.0.1",
    "mysql2": "^3.15.3",
    "node-cron": "^4.2.1",
    "node-fetch": "^3.3.2",
    "node-routeros": "^1.6.9",
    "pino": "^10.1.0",
    "qrcode-terminal": "^0.12.0",
    "sqlite3": "^5.1.7",
    "supertest": "^7.1.4",
    "telegraf": "^4.16.3",
    "telegraf-inline-menu": "^6.3.0",
    "turf": "^3.0.14",
    "winston": "^3.8.2",
    "xendit-node": "^7.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.57.0",
    "ejs-lint": "^2.0.1",
    "eslint": "^9.38.0",
    "nodemon": "^3.1.10"
  },
  "overrides": {
    "tar": "^7.5.4"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0"
  },
  "keywords": [
    "isp",
    "billing",
    "whatsapp",
    "telegram",
    "genieacs",
    "mikrotik",
    "pppoe",
    "hotspot",
    "nodejs",
    "express"
  ],
  "author": "GEMBOK Team",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/alijayanet/gembok-bill.git"
  },
  "bugs": {
    "url": "https://github.com/alijayanet/gembok-bill/issues"
  },
  "homepage": "https://github.com/alijayanet/gembok-bill#readme"
}
