WhatsApp-Logger-Self-Hosted-

A privacy-focused, self-hosted...
Log | Files | Refs | Activity | README | LICENSE

root / package.json

package.json (482B)


      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-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror