Files
Baileys/package.json
Rizz2Dev d6d72c6b3f Update module to latest version (#926)
* Update package.json

Update the module to the latest

* Add files via upload
2024-07-27 16:11:20 +03:00

107 lines
2.8 KiB
JSON

{
"name": "baileys",
"version": "6.7.5",
"description": "WhatsApp API",
"keywords": [
"whatsapp",
"js-whatsapp",
"whatsapp-api",
"whatsapp-web",
"whatsapp-chat",
"whatsapp-group",
"automation",
"multi-device"
],
"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",
"@hapi/boom": "^10.0.1",
"async-lock": "^1.4.1",
"audio-decode": "^2.2.0",
"axios": "^1.7.2",
"cache-manager": "5.7.2",
"futoin-hkdf": "^1.5.3",
"libphonenumber-js": "^1.11.4",
"libsignal": "github:WhiskeySockets/libsignal-node",
"lodash": "^4.17.21",
"music-metadata": "^9.0.1",
"node-cache": "^5.1.2",
"pino": "^9.3.0",
"protobufjs": "^7.3.2",
"uuid": "^10.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@adiwajshing/eslint-config": "github:adiwajshing/eslint-config",
"@types/got": "^9.6.12",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/sharp": "^0.31.1",
"@types/ws": "^8.5.11",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.7.0",
"jest": "^29.7.0",
"jimp": "^0.22.12",
"json": "^11.0.0",
"link-preview-js": "^3.0.5",
"open": "^10.1.0",
"qrcode-terminal": "^0.12.0",
"release-it": "^17.6.0",
"sharp": "^0.33.4",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typedoc": "^0.26.4",
"typescript": "^5.5.3"
},
"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"
}