Untitled
unknown
json
4 years ago
1.5 kB
7
Indexable
{
"name": "whatsapp-web.js",
"version": "1.16.4",
"description": "Library for interacting with the WhatsApp Web API ",
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "mocha tests",
"shell": "node --experimental-repl-await ./shell.js",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedroslopez/whatsapp-web.js.git"
},
"keywords": [
"whatsapp",
"whatsapp-web",
"api",
"bot",
"client",
"node"
],
"author": "Pedro Lopez",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pedroslopez/whatsapp-web.js/issues"
},
"homepage": "https://wwebjs.dev/",
"dependencies": {
"@pedroslopez/moduleraid": "^5.0.2",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2",
"jimp": "^0.16.1",
"jsqr": "^1.3.1",
"mime": "^3.0.0",
"node-webpmux": "^3.1.0",
"promise": "^8.1.0",
"puppeteer": "^13.0.0",
"qrcode": "^1.4.4",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"sharp": "^0.28.3"
},
"devDependencies": {
"@types/node-fetch": "^2.5.11",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"eslint": "^7.27.0",
"eslint-plugin-mocha": "^9.0.0",
"jsdoc": "^3.6.4",
"jsdoc-baseline": "^0.1.5",
"mocha": "^9.0.2",
"sinon": "^11.1.1"
},
"engines": {
"node": ">=12.0.0"
}
}
Editor is loading...