mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@adiwajshing/baileys",
|
|
"version": "2.3.0",
|
|
"description": "WhatsApp Web API",
|
|
"homepage": "https://github.com/adiwajshing/Baileys",
|
|
"main": "lib/WAClient/WAClient.js",
|
|
"types": "lib/WAClient/WAClient.d.ts",
|
|
"keywords": [
|
|
"whatsapp",
|
|
"js-whatsapp",
|
|
"reverse engineer",
|
|
"whatsapp-api",
|
|
"whatsapp-web",
|
|
"whatsapp",
|
|
"whatsapp-chat",
|
|
"whatsapp-group",
|
|
"automation"
|
|
],
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"test": "mocha --timeout 60000 -r ts-node/register src/*/Tests.ts",
|
|
"lint": "eslint '*/*.ts' --quiet --fix",
|
|
"build": "tsc",
|
|
"example": "npx ts-node Example/example.ts",
|
|
"browser-decode": "npx ts-node src/WAConnection/BrowserMessageDecoding.ts"
|
|
},
|
|
"author": "Adhiraj Singh",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "git@github.com:adiwajshing/baileys.git"
|
|
},
|
|
"dependencies": {
|
|
"@adiwajshing/keyed-db": "github:adiwajshing/keyed-db",
|
|
"curve25519-js": "0.0.4",
|
|
"futoin-hkdf": "^1.3.2",
|
|
"jimp": "^0.14.0",
|
|
"node-fetch": "^2.6.0",
|
|
"protobufjs": "^6.9.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"user-agents": "^1.0.559",
|
|
"ws": "^7.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/node": "^14.0.14",
|
|
"@types/ws": "^7.2.6",
|
|
"@typescript-eslint/eslint-plugin": "^3.5.0",
|
|
"@typescript-eslint/parser": "^3.5.0",
|
|
"assert": "^2.0.0",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^7.3.1",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"mocha": "^8.0.1",
|
|
"prettier": "^2.0.5",
|
|
"ts-node-dev": "^1.0.0-pre.49",
|
|
"typescript": "^3.9.5"
|
|
}
|
|
}
|