Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/app.json
2390 views
1
{
2
"name": "Gojo-Satoru",
3
"description": "whatsapp md bot build with nodejs",
4
"repository": "https://github.com/nexusNw/Gojo-Satoru",
5
"logo": "https://telegra.ph/file/4c2c0174e86ac3bac2ba8.jpg",
6
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device"],
7
"buildpacks": [
8
{
9
"url": "heroku/nodejs"
10
},
11
{
12
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
13
},
14
{
15
"url": "https://github.com/yespark/heroku-imagemagick-buildpack"
16
},
17
{
18
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
19
}
20
],
21
"formation": {
22
"worker": {
23
"quantity": 1,
24
"size": "free"
25
}
26
}
27
}
28
29