Path: blob/master/node_modules/@adiwajshing/baileys/package.json
2591 views
{1"name": "@adiwajshing/baileys",2"version": "4.0.1",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"curve25519-js": "^0.0.4",40"libsignal": "git+https://github.com/adiwajshing/libsignal-node",41"music-metadata": "^7.4.1",42"node-cache": "^5.1.2",43"pino": "^7.0.0",44"protobufjs": "^6.10.1",45"ws": "^8.0.0"46},47"peerDependencies": {48"@adiwajshing/keyed-db": "^0.2.4",49"jimp": "^0.16.1",50"qrcode-terminal": "^0.12.0",51"sharp": "^0.29.3"52},53"files": [54"lib/*",55"WAProto/*",56"WASignalGroup/*.js",57"WABinary/*.js"58],59"devDependencies": {60"@adiwajshing/eslint-config": "git+https://github.com/adiwajshing/eslint-config",61"@adiwajshing/keyed-db": "^0.2.4",62"@types/got": "^9.6.11",63"@types/jest": "^26.0.24",64"@types/node": "^14.6.2",65"@types/pino": "^7.0.0",66"@types/sharp": "^0.29.4",67"@types/ws": "^8.0.0",68"eslint": "^7.0.0",69"jest": "^27.0.6",70"jimp": "^0.16.1",71"qrcode-terminal": "^0.12.0",72"sharp": "^0.29.3",73"ts-jest": "^27.0.3",74"ts-node": "^10.0.0",75"typedoc": "^0.22.0",76"typescript": "^4.0.0"77}78}798081