Path: blob/master/node_modules/@adiwajshing/baileys/package.json
1126 views
{1"name": "@adiwajshing/baileys",2"version": "4.4.0",3"description": "WhatsApp API",4"homepage": "https://github.com/adiwajshing/Baileys",5"main": "lib/index.js",6"types": "lib/index.d.ts",7"keywords": [8"whatsapp",9"js-whatsapp",10"whatsapp-api",11"whatsapp-web",12"whatsapp",13"whatsapp-chat",14"whatsapp-group",15"automation",16"multi-device"17],18"scripts": {19"test": "jest",20"prepare": "tsc",21"build:all": "tsc && typedoc",22"build:docs": "typedoc",23"build:tsc": "tsc",24"example": "node --inspect -r ts-node/register Example/example.ts",25"example:legacy": "node --inspect -r ts-node/register Example/example-legacy.ts",26"gen-protobuf": "sh WAProto/GenerateStatics.sh",27"browser-decode": "yarn ts-node src/BrowserMessageDecoding.ts",28"lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",29"lint:fix": "eslint ./src --fix --ext .js,.ts,.jsx,.tsx"30},31"author": "Adhiraj Singh",32"license": "MIT",33"repository": {34"url": "[email protected]:adiwajshing/baileys.git"35},36"dependencies": {37"@hapi/boom": "^9.1.3",38"axios": "^0.24.0",39"futoin-hkdf": "^1.5.0",40"libsignal": "git+https://github.com/adiwajshing/libsignal-node",41"music-metadata": "^7.12.3",42"node-cache": "^5.1.2",43"pino": "^7.0.0",44"protobufjs": "^6.11.3",45"ws": "^8.0.0"46},47"peerDependencies": {48"@adiwajshing/keyed-db": "^0.2.4",49"jimp": "^0.16.1",50"link-preview-js": "^2.1.13",51"qrcode-terminal": "^0.12.0",52"sharp": "^0.30.5"53},54"peerDependenciesMeta": {55"@adiwajshing/keyed-db": {56"optional": true57},58"jimp": {59"optional": true60},61"qrcode-terminal": {62"optional": true63},64"sharp": {65"optional": true66},67"link-preview-js": {68"optional": true69}70},71"files": [72"lib/*",73"WAProto/*",74"WASignalGroup/*.js"75],76"devDependencies": {77"@adiwajshing/eslint-config": "git+https://github.com/adiwajshing/eslint-config",78"@adiwajshing/keyed-db": "^0.2.4",79"@types/got": "^9.6.11",80"@types/jest": "^27.5.1",81"@types/node": "^16.0.0",82"@types/sharp": "^0.29.4",83"@types/ws": "^8.0.0",84"eslint": "^8.0.0",85"jest": "^27.0.6",86"jimp": "^0.16.1",87"link-preview-js": "^2.1.13",88"qrcode-terminal": "^0.12.0",89"sharp": "^0.30.5",90"ts-jest": "^27.0.3",91"ts-node": "^10.8.1",92"typedoc": "^0.22.0",93"typescript": "^4.0.0"94}95}969798