package.json 352 B

12345678910111213141516171819
  1. {
  2. "name": "wwebjs",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "start": "node ."
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "ISC",
  11. "description": "",
  12. "dependencies": {
  13. "axios": "^1.7.2",
  14. "express": "^4.19.2",
  15. "puppeteer": "^22.8.0",
  16. "qrcode-terminal": "^0.12.0",
  17. "whatsapp-web.js": "^1.23.0"
  18. }
  19. }