mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "@adiwajshing/baileys",
|
|
"version": "4.0.0",
|
|
"description": "WhatsApp Multi-Device API",
|
|
"homepage": "https://github.com/adiwajshing/Baileys",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"keywords": [
|
|
"whatsapp",
|
|
"js-whatsapp",
|
|
"whatsapp-api",
|
|
"whatsapp-web",
|
|
"whatsapp",
|
|
"whatsapp-chat",
|
|
"whatsapp-group",
|
|
"automation",
|
|
"multi-device"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",
|
|
"prepare": "tsc",
|
|
"lint": "eslint '*/*.ts' --quiet --fix",
|
|
"build:all": "tsc && typedoc",
|
|
"build:docs": "typedoc",
|
|
"build:tsc": "tsc",
|
|
"example": "node --inspect -r ts-node/register Example/example.ts",
|
|
"gen-protobuf": "bash src/BinaryNode/GenerateStatics.sh",
|
|
"browser-decode": "yarn ts-node src/BrowserMessageDecoding.ts"
|
|
},
|
|
"author": "Adhiraj Singh",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "git@github.com:adiwajshing/baileys.git"
|
|
},
|
|
"dependencies": {
|
|
"@hapi/boom": "^9.1.3",
|
|
"got": "^11.8.1",
|
|
"jimp": "^0.16.1",
|
|
"libsignal": "^2.0.1",
|
|
"music-metadata": "^7.4.1",
|
|
"pino": "^6.7.0",
|
|
"protobufjs": "^6.10.1",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"qrcode-terminal": "^0.12.0"
|
|
},
|
|
"files": [
|
|
"lib/*",
|
|
"WAProto/*",
|
|
"WASignalGroup/*",
|
|
"WABinary/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/got": "^9.6.11",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/node": "^14.6.2",
|
|
"@types/pino": "^6.3.2",
|
|
"@types/ws": "^7.2.6",
|
|
"jest": "^27.0.6",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"ts-jest": "^27.0.3",
|
|
"ts-node": "^10.0.0",
|
|
"typedoc": "^0.20.0-beta.27",
|
|
"typescript": "^4.0.0"
|
|
}
|
|
}
|