This commit is contained in:
Leifer Mendez
2021-04-01 13:03:41 +02:00
commit de26e1d65e
15 changed files with 2595 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"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"
}
}