forked from prabhasha2006/Red-Dragon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
27 lines (27 loc) Β· 713 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": "QUEEN-ELSA",
"description": "whatsapp md bot build with nodejs",
"repository": "https://github.com/nexusNw/Gojo-Satoru",
"logo": "https://i.ibb.co/9hvZFth/gojo.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/DuckyTeam/heroku-buildpack-imagemagick"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}