{
  "name": "regexd",
  "version": "3.0.1",
  "description": "Multi Session Whatsapp Library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsc && node ./dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "rege anggara",
  "license": "ISC",
  "dependencies": {
    "@adiwajshing/keyed-db": "^0.2.4",
    "@hapi/boom": "^10.0.1",
    "@whiskeysockets/baileys": "^6.5.0",
    "mime": "^3.0.0",
    "pino": "^8.11.0",
    "qrcode-terminal": "^0.12.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/regeid/regexd.git"
  },
  "devDependencies": {
    "@types/mime": "^3.0.1"
  },
   "keywords": [
    "whatsapp",
    "whatsapp js",
    "whatsapp api",
    "whatsapp web",
    "whatsapp rest",
    "multi device",
    "wa api",
    "wa bot",
    "whatsapp gateway",
    "regexd",
    "whatsapp bot"
  ],
  "bugs": {
    "url": "https://github.com/regeid/regexd/issues"
  },
  "homepage": "https://github.com/regeid/regexd#readme"
}
