Files
bot-whatsapp/package.json
Leifer Mendez de26e1d65e Init
2021-04-01 13:03:41 +02:00

26 lines
542 B
JSON

{
"name": "test-ws-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"excel4node": "^1.7.2",
"exceljs": "^4.2.1",
"express": "^4.17.1",
"file-type": "^16.3.0",
"mime-db": "^1.46.0",
"moment": "^2.29.1",
"ora": "^5.4.0",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.12.5",
"xlsx": "^0.16.9"
}
}