-
Notifications
You must be signed in to change notification settings - Fork 338
Expand file tree
/
Copy pathapp.json
More file actions
17 lines (17 loc) · 1.39 KB
/
app.json
File metadata and controls
17 lines (17 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "TKM-bot",
"description": "WhatsApp bot.",
"repository": "https://github.com/Cod3Uchiha/TKM-bot",
"logo": "https://files.catbox.moe/5bzcdl.jpg",
"keywords": ["nodejs", "Cod3Uchiha", "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"
}
]