UNPKG

@jinxieprotocol/auria-baileys-ult

Version:
155 lines (154 loc) 3.91 kB
{ "name": "@jinxieprotocol/auria-baileys-ult", "version": "19.5.0", "description": "WhatsApp API", "keywords": [ "whatsapp", "js-whatsapp", "whatsapp-api", "whatsapp-web", "whatsapp-chat", "whatsapp-group", "automation", "multi-device", "baileys", "baileys-md", "whatsapp-bot", "whatsapp-automation", "nodejs-whatsapp", "whatsapp-multidevice", "bot-whatsapp", "whatsapp-client", "whatsapp-sdk", "whatsapp-devtools", "whatsapp-js", "wa-bot", "wa-api", "wa-automation", "baileys-api", "whatsapp-message", "whatsapp-nodejs", "chatbot", "group-bot", "group-chat-bot", "whatsapp-cli", "wa-md", "baileys-whatsapp", "baileys-client", "whatsapp-node", "bot-wa", "whatsapp-tools", "wa-multi-device", "baileys-lib", "whatsapp-integration", "whatsapp-web-api", "open-wa", "wa-connection", "whatsapp-socket", "baileys-multi-device", "whatsapp-qr", "baileys-whatsapp-api", "whatsapp-bot-api", "md-whatsapp", "wa-md-api", "custom-whatsapp-bot", "whatsapp-self-bot", "whatsapp-message-sender", "whatsapp-receiver", "anti-delete-whatsapp", "wa-forward", "wa-broadcast", "whatsapp-features", "baileys-wa-bot" ], "homepage": "https://github.com/WhiskeySockets/Baileys", "repository": { "url": "git@github.com:WhiskeySockets/Baileys.git" }, "license": "MIT", "author": "Adhiraj Singh", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/*", "WAProto/*", "WASignalGroup/*.js" ], "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", "@cacheable/node-cache": "^1.4.0", "@hapi/boom": "^9.1.3", "audio-decode": "^2.1.3", "axios": "^1.3.3", "cache-manager": "4.0.1", "futoin-hkdf": "^1.5.1", "libphonenumber-js": "^1.10.20", "libsignal": "github:adiwajshing/libsignal-node", "music-metadata": "^7.12.3", "node-cache": "^5.1.2", "pino": "^7.0.0", "protobufjs": "^7.2.4", "uuid": "^9.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": "^1.6.0", "json": "^11.0.0", "link-preview-js": "^3.0.0", "open": "^8.4.2", "qrcode-terminal": "^0.12.0", "release-it": "^19.0.3", "sharp": "^0.34.2", "ts-jest": "^27.0.3", "ts-node": "^10.8.1", "typedoc": "^0.24.7", "typescript": "^4.6.4" }, "peerDependencies": { "jimp": "^1.6.0", "link-preview-js": "^3.0.0", "qrcode-terminal": "^0.12.0", "sharp": "^0.34.2" }, "peerDependenciesMeta": { "jimp": { "optional": true }, "link-preview-js": { "optional": true }, "qrcode-terminal": { "optional": true }, "sharp": { "optional": true } }, "packageManager": "yarn@1.22.19" }