UNPKG

@neoxr/wb

Version:

Simplicity WhatsApp Bot (Baileys)

87 lines 1.91 kB
{ "name": "@neoxr/wb", "version": "6.0.0-rc.23", "description": "Simplicity WhatsApp Bot (Baileys)", "main": "lib/index.js", "files": [ "lib/*" ], "repository": { "type": "git", "url": "git+https://github.com/neoxr/wb.git" }, "keywords": [ "whattapp-bot", "whatsapp-api", "bot", "whatsapp", "wabot", "baileys" ], "author": "Wildan Izzudin", "license": "ISC", "bugs": { "url": "https://github.com/neoxr/wb/issues" }, "homepage": "https://github.com/neoxr/wb#readme", "dependencies": { "@neoxr/api": "^1.5.3", "@neoxr/helper": "^2.3.5", "awesome-phonenumber": "~2.59.0", "bytes": "^3.1.2", "chalk": "4.1.0", "chokidar": "~4.0.3", "colors": "~1.4.0", "crypto-digest-sync": "^1.0.0", "date-fns": "^4.1.0", "dotenv": "^16.0.1", "file-type": "~16.5.2", "flatted": "^3.3.3", "fluent-ffmpeg": "~2.1.3", "form-data": "~4.0.0", "jimp": "^1.6.0", "lodash": "^4.17.21", "mime-types": "~2.1.32", "mongodb": "~4.9.0", "morgan": "^1.10.0", "node-cron": "~3.0.0", "node-id3": "^0.2.7", "node-webpmux": "^3.1.0", "path": "~0.12.7", "pino": "^9.6", "qrcode-terminal": "^0.12.0", "rootpath": "^0.1.2", "syntax-error": "~1.4.0" }, "peerDependencies": { "better-sqlite3": "12.1.1", "mongodb": "4.9.0", "mysql2": "3.12.0", "pg": "8.13.1", "redis": "5.8.3" }, "peerDependenciesMeta": { "better-sqlite3": { "optional": true }, "mysql2": { "optional": true }, "pg": { "optional": true }, "redis": { "optional": true } }, "devDependencies": { "@types/bytes": "^3.1.5", "@types/node-cron": "^3.0.11", "esbuild": "^0.25.10", "glob": "^11.0.3", "terser": "^5.39.2", "ts-node": "^10.9.2", "typedoc": "^0.28.5", "typescript": "^5.8.2" } }