UNPKG

@d-ezar/node-s

Version:

Scrape Function for WhatsApp Bot

52 lines (51 loc) 1.1 kB
{ "name": "@d-ezar/node-s", "version": "0.1.5", "description": "Scrape Function for WhatsApp Bot", "main": "cjs/index.cjs", "module": "esm/index.mjs", "exports": { ".": { "import": "./esm/index.mjs", "require": "./cjs/index.cjs" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nodejs", "javascript", "function", "scrape", "scraper", "whatsappbot", "botwhatsapp", "web-scrape" ], "type": "module", "author": "Dama", "license": "ISC", "dependencies": { "@distube/ytdl-core": "latest", "acrcloud": "^1.4.0", "axios": "^1.8.2", "chalk": "^4.1.2", "cheerio": "^1.0.0", "child_process": "^1.0.2", "crypto": "^1.0.1", "file-type": "^16.5.2", "fluent-ffmpeg": "^2.1.3", "form-data": "^4.0.0", "fs": "0.0.1-security", "moment-timezone": "^0.5.37", "node-id3": "^0.2.8", "node-webpmux": "^3.2.0", "pdfkit": "^0.16.0", "qrcode": "^1.5.4", "undici": "^6.21.2" }, "publishConfig": { "access": "public" } }