forked from prabhasha2006/Red-Dragon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
24 lines (24 loc) Β· 742 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
{
"name": "RED DRAGON BOT",
"description": "πππΏβΊ πΏππΌπππ - ππ | By: RED-DRAGONα΅α΄Ή | ππ: β¬π»πΈβπΰΌβππβπΰΏ",
"repository": "https://github.com/prabhasha2006/Red-Dragon",
"logo": "https://i.ibb.co/VCtXyTK/20220730-002949.jpg",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device"],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}