{"_id":"@adjidev/baileypp","name":"@adjidev/baileypp","dist-tags":{"latest":"6.8.2"},"versions":{"6.8.2":{"name":"@adjidev/baileypp","version":"6.8.2","description":"WhatsApp API","keywords":["whatsapp","js-whatsapp","whatsapp-api","whatsapp-web","whatsapp-chat","whatsapp-group","automation","multi-device"],"homepage":"https://github.com/adjidev/baileyspp","repository":{"url":"git+ssh://git@github.com/adjidev/baileyspp.git"},"license":"MIT","author":{"name":"Adhiraj Singh"},"main":"lib/index.js","types":"lib/index.d.ts","scripts":{"build:all":"tsc && typedoc","build:docs":"typedoc","build:tsc":"tsc","changelog:last":"conventional-changelog -p angular -r 2","changelog:preview":"conventional-changelog -p angular -u","changelog:update":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0","example":"node --inspect -r ts-node/register Example/example.ts","example:mobile":"node --inspect -r ts-node/register Example/example.ts --mobile","gen:protobuf":"sh WAProto/GenerateStatics.sh","lint":"eslint src --ext .js,.ts,.jsx,.tsx","lint:fix":"eslint src --fix --ext .js,.ts,.jsx,.tsx","prepack":"tsc","prepare":"tsc","release":"release-it","test":"jest"},"dependencies":{"@adiwajshing/keyed-db":"^0.2.4","@hapi/boom":"^9.1.3","async-lock":"^1.4.1","audio-decode":"^2.1.3","axios":"^1.6.0","better-sqlite3":"^11.8.1","cache-manager":"^5.7.6","futoin-hkdf":"^1.5.1","libphonenumber-js":"^1.10.20","libsignal":"github:WhiskeySockets/libsignal-node","lodash":"^4.17.21","mongodb":"^6.16.0","music-metadata":"^7.12.3","mysql2":"^3.12.0","node-cache":"^5.1.2","pino":"^7.0.0","protobufjs":"^6.11.3","sqlite":"^5.1.1","uuid":"^10.0.0","ws":"^8.13.0"},"devDependencies":{"@adiwajshing/eslint-config":"github:adiwajshing/eslint-config","@types/got":"^9.6.11","@types/jest":"^27.5.1","@types/node":"^16.0.0","@types/sharp":"^0.29.4","@types/ws":"^8.0.0","conventional-changelog-cli":"^2.2.2","eslint":"^8.0.0","jest":"^27.0.6","jimp":"^0.16.1","json":"^11.0.0","link-preview-js":"^3.0.0","open":"^8.4.2","qrcode-terminal":"^0.12.0","release-it":"^15.10.3","sharp":"^0.32.6","ts-jest":"^27.0.3","ts-node":"^10.8.1","typedoc":"^0.24.7","typescript":"^4.6.4"},"peerDependencies":{"jimp":"^0.16.1","link-preview-js":"^3.0.0","qrcode-terminal":"^0.12.0","sharp":"^0.32.6"},"peerDependenciesMeta":{"jimp":{"optional":true},"link-preview-js":{"optional":true},"qrcode-terminal":{"optional":true},"sharp":{"optional":true}},"packageManager":"yarn@1.22.19","_id":"@adjidev/baileypp@6.8.2","gitHead":"6bc1e7c3cb7a9ee521fb70e735c5962bc5b4c17f","bugs":{"url":"https://github.com/adjidev/baileyspp/issues"},"_nodeVersion":"22.13.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-8SLW2LParjBQpjhz2iiXNJDo/teYWRLN8tApr7gAKX+RmXsaTwATLeat9MNzmIzDCzFxtTU9/rG6bcn0R2ozzQ==","shasum":"57eeb3b346ab519e0d5990d9cf5ec52709eb289b","tarball":"https://registry.npmjs.org/@adjidev/baileypp/-/baileypp-6.8.2.tgz","fileCount":184,"unpackedSize":10716605,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCn0lSPsVsjB6RqwqRDGpaXcd4gS+ls9nihxG/t0lQDigIgCiFoa33wf+nYdbqLHyPeBEgegVfv+vAnQWyKpT8knJY="}]},"_npmUser":{"name":"adjidev","email":"admin@adjisandev.tech"},"directories":{},"maintainers":[{"name":"adjidev","email":"admin@adjisandev.tech"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/baileypp_6.8.2_1745923063322_0.7750502139819049"},"_hasShrinkwrap":false}},"time":{"created":"2025-04-29T10:37:43.268Z","6.8.2":"2025-04-29T10:37:43.558Z","modified":"2025-04-29T10:37:43.809Z"},"maintainers":[{"name":"adjidev","email":"admin@adjisandev.tech"}],"description":"WhatsApp API","homepage":"https://github.com/adjidev/baileyspp","keywords":["whatsapp","js-whatsapp","whatsapp-api","whatsapp-web","whatsapp-chat","whatsapp-group","automation","multi-device"],"repository":{"url":"git+ssh://git@github.com/adjidev/baileyspp.git"},"author":{"name":"Adhiraj Singh"},"bugs":{"url":"https://github.com/adjidev/baileyspp/issues"},"license":"MIT","readme":"# <div align='center'>Baileys++</div>\r\n\r\n<div align=\"center\"><img src=\"https://wallpapercave.com/wp/wp11696152.jpg\"></div>\r\n\r\n## Important Note\r\n\r\nThe original repository was initially removed by its creator and subsequently taken over by [WhiskeySockets](https://github.com/WhiskeySockets). Building upon this foundation, I have implemented several enhancements and introduced new features that were not present in the original repository. These improvements aim to elevate functionality and provide a more robust and versatile experience.\r\n\r\n## Install\r\n\r\nInstall in package.json:\r\n```json\r\n\"dependencies\": {\r\n    \"baileys\": \"github:adjidev/baileyspp\"\r\n}\r\n```\r\nor install in terminal:\r\n```\r\nnpm install baileys@github:adjidev/baileyspp\r\n```\r\n\r\nThen import the default function in your code:\r\n```ts \r\n// type esm\r\nimport makeWASocket from '@adjidev/baileyspp'\r\n```\r\n\r\n```js\r\n// type cjs\r\nconst { default: makeWASocket } = require(\"@adjidev/baileyspp\")\r\n```\r\n\r\n## New Features and Improvements\r\nHere are some of the features and improvements I have added:\r\n\r\n- **SQLite Auth State:** Now supports SQLite for smaller production environments, providing a lightweight solution for authentication state storage.\r\n\r\n- **MongoDB Auth State:** Supports MongoDB for larger-scale, high-production environments, ensuring scalability and reliability for authentication storage.\r\n\r\nMore features and improvements will be added in the future.\r\n\r\n### Yoo guys please Check Out [here](https://kusoft.fun/project/baileysPP) to see documentation\r\n\r\n\r\n## Reporting Issues\r\nIf you encounter any issues while using this repository or any part of it, please feel free to open a [new issue](https://github.com/adjidev/baileyspp/issues) here.\r\n\r\n## Notes\r\nEverything other than the modifications mentioned above remains the same as the original repository. You can check out the original repository at [WhiskeySockets](https://github.com/WhiskeySockets/Baileys)","readmeFilename":"README.md","_rev":"1-88750c33f20474a6d24f2b728851b128"}