UNPKG

@madzoffc/baileys-shard

Version:

A lightweight baileys multi session for whatsapp bot.

52 lines (51 loc) 1.2 kB
{ "type": "commonjs", "name": "@madzoffc/baileys-shard", "version": "1.0.0-rc.1", "description": "A lightweight baileys multi session for whatsapp bot.", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "default": "./dist/index.cjs" }, "scripts": { "build": "tsup" }, "repository": { "type": "git", "url": "git+https://github.com/Madzz14Str/baileys-shard.git" }, "keywords": [ "baileys", "whatsapp-bot", "shard", "jadibot", "wabot", "botwa", "baileys-shard" ], "author": "ZTRdiamond", "license": "ISC", "bugs": { "url": "https://github.com/Madzz14Str/baileys-shard/issues" }, "homepage": "https://github.com/Madzz14Str/baileys-shard#readme", "dependencies": { "baileys": "npm:@madzoffc/baileysmod@latest", "events": "3.3.0", "glob": "11.0.3", "path": "0.12.7", "qr-image": "3.2.0", "util": "^0.12.5" }, "devDependencies": { "@types/node": "22.13.8", "desm": "1.3.1", "fs": "0.0.1-security", "tsup": "8.4.0", "typescript": "5.8.2" } }