forked from ibrahimaitech/BWM-NORMAL-BOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
27 lines (27 loc) · 763 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "Black Panther MD X5 whatsapp",
"description": "whatsapp md bot build with nodejs",
"repository": "https://github.com/BlackPanther-svg/Black-Panther-MD-",
"logo": "https://telegra.ph/file/ec059aa5db556bbd951c6.jpg",
"keywords": ["nodejs", "bot", "what5sapp bot", "whatsapp automation", "multi device"],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}