Files
Bot-Whatsapp-Buttons/package.json
2023-01-12 03:41:34 -06:00

18 lines
387 B
JSON

{
"name": "bot-whatsapp-botones",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"start": "node ./bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "github:cheveguerra/whatsapp-web.js#WaWJS"
}
}