mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "@adiwajshing/baileys",
|
|
"version": "3.0.1",
|
|
"description": "WhatsApp Web API",
|
|
"homepage": "https://github.com/adiwajshing/Baileys",
|
|
"main": "lib/WAConnection/WAConnection.js",
|
|
"types": "lib/WAConnection/WAConnection.d.ts",
|
|
"keywords": [
|
|
"whatsapp",
|
|
"js-whatsapp",
|
|
"whatsapp-api",
|
|
"whatsapp-web",
|
|
"whatsapp",
|
|
"whatsapp-chat",
|
|
"whatsapp-group",
|
|
"automation"
|
|
],
|
|
"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": "npx ts-node Example/example.ts",
|
|
"browser-decode": "npx ts-node src/BrowserMessageDecoding.ts"
|
|
},
|
|
"author": "Adhiraj Singh",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "git@github.com:adiwajshing/baileys.git"
|
|
},
|
|
"dependencies": {
|
|
"@adiwajshing/keyed-db": "^0.1.2",
|
|
"curve25519-js": "^0.0.4",
|
|
"futoin-hkdf": "^1.3.2",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"jimp": "^0.16.1",
|
|
"node-fetch": "^2.6.0",
|
|
"protobufjs": "^6.10.1",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"files": [
|
|
"lib/WAConnection/*",
|
|
"lib/Binary/*",
|
|
"WAMessage/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/node": "^14.6.2",
|
|
"@types/ws": "^7.2.6",
|
|
"assert": "^2.0.0",
|
|
"dotenv": "^8.2.0",
|
|
"mocha": "^8.1.3",
|
|
"ts-node-dev": "^1.0.0-pre.61",
|
|
"typedoc": "^0.18.0",
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|