logger

Self-hosted WhatsApp logger us...
Log | Files | Refs | README | LICENSE

package.json (462B)


      1 {
      2   "name": "whatsapp-logger-backend",
      3   "version": "1.0.0",
      4   "description": "Backend for WhatsApp Logger using Baileys and Firebase",
      5   "main": "index.js",
      6   "scripts": {
      7     "start": "node index.js"
      8   },
      9   "dependencies": {
     10     "@whiskeysockets/baileys": "^6.6.0",
     11     "express": "^4.18.2",
     12     "firebase-admin": "^11.11.1",
     13     "pino": "^8.17.2",
     14     "qrcode": "^1.5.3"
     15   },
     16   "engines": {
     17     "node": ">=16.0.0"
     18   },
     19   "author": "Amit",
     20   "license": "MIT"
     21 }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror