@neoxr/wb
Version:
A simple and easy-to-use WhatsApp bot module built on top of Baileys. Designed for effortless integration and quick setup.
74 lines (73 loc) • 2.01 kB
JSON
{
"name": "@neoxr/wb",
"version": "5.10.13",
"description": "A simple and easy-to-use WhatsApp bot module built on top of Baileys. Designed for effortless integration and quick setup.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/neoxr/wb.git"
},
"keywords": [
"baileys",
"whattapp-bot",
"whatsapp-api",
"bot",
"whatsapp",
"wabot",
"js-whatsapp"
],
"author": "Wildan Izzudin",
"license": "ISC",
"bugs": {
"url": "https://github.com/neoxr/neoxr-bot/issues"
},
"homepage": "https://github.com/neoxr/neoxr-bot#readme",
"dependencies": {
"@cacheable/node-cache": "^1.5.3",
"@database/local": "github:neoxr/database#local",
"@neoxr/api": "^1.5.3",
"@neoxr/helper": "^2.2.2",
"@session/mongo": "github:neoxr/session#mongo",
"awesome-phonenumber": "~2.59.0",
"axios": "~0.30.0",
"beautify-console-log": "^1.3.12",
"bytes": "^3.1.2",
"chalk": "4.1.0",
"chokidar": "~4.0.3",
"crypto-digest-sync": "^1.0.0",
"colors": "~1.4.0",
"dotenv": "^16.0.1",
"express": "~4.16.4",
"file-type": "~16.5.2",
"fluent-ffmpeg": "~2.1.3",
"form-data": "~4.0.0",
"jimp": "~0.22.12",
"mime-types": "~2.1.32",
"miniget": "^4.2.3",
"moment-timezone": "~0.5.34",
"morgan": "^1.10.0",
"node-cron": "~3.0.0",
"node-fetch": "2.7.0",
"node-id3": "^0.2.7",
"node-webpmux": "^3.1.0",
"os": "^0.1.2",
"path": "~0.12.7",
"qrcode-terminal": "^0.12.0",
"request-ip": "^3.3.0",
"rootpath": "^0.1.2",
"socket.io": "^4.8.1",
"syntax-error": "~1.4.0"
},
"peerDependencies": {
"express": "~4.16.4",
"socket.io": "^4.8.1"
},
"directories": {
"lib": "lib"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}