-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathapp.json
27 lines (27 loc) · 806 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": "Phantom 𝐁𝐨𝐭",
"description": "whatsapp bot build with nodejs",
"repository": "https://github.com/Fortunatusmokaya/DREADED4",
"logo": "https://static.wikia.nocookie.net/naruto/images/2/27/Kakashi_Hatake.png/revision/latest?cb=20170628120149?format=jpg&name=900x900",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation"],
"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"
}
}
}