{
  "name": "whatsapp-poll-relay-bot",
  "version": "1.0.0",
  "private": true,
  "type": "commonjs",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "groups:scan": "node src/discover-groups.js",
    "check": "node --check src/index.js && node --check src/bot.js && node --check src/config.js && node --check src/store.js && node --check src/sheets.js && node --check src/discover-groups.js"
  },
  "dependencies": {
    "dotenv": "^16.4.5",
    "googleapis": "^140.0.1",
    "qrcode-terminal": "^0.12.0",
    "whatsapp-web.js": "^1.34.6"
  }
}
