File size: 396 Bytes
deef7da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "Atomic",
  "description": "A WhatsApp Bot Created By David Cyril",
  "logo": "https://telegra.ph/file/f6230a0cb5b118fa01561.jpg",
  "keywords": ["bot", "WhatsApp", "JavaScript"],
  "success_url": "/",
  "stack": "heroku-24",
  "buildpacks": [
    {
      "url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
    }
  ],
  "scripts": {
    "postdeploy": "node index.js"
  }
}