Files
bot-whatsapp/starters/apps/base-baileys-json/package.json
Leifer Mendez 0feb51cfd0 build(bot): fix ci
2023-01-06 12:20:22 +01:00

23 lines
608 B
JSON

{
"name": "bot-whatsapp-base-bailey-json",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"pre-copy": "cd .. && yarn run copy.lib base-baileys-json",
"start": "node app.js"
},
"keywords": [],
"dependencies": {
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest",
"@adiwajshing/baileys": "4.4.0",
"mime-types": "2.1.35",
"wa-sticker-formatter": "4.3.2"
},
"author": "",
"license": "ISC"
}