{
  "name": "happy-botday",
  "version": "1.0.0",
  "description": "Bot pour souhaiter des joyeux anniversaires par asso",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.viarezo.fr/capsule_man/happy-botday"
  },
  "keywords": [
    "bot",
    "telegram",
    "linkcs",
    "oauth2"
  ],
  "author": "capsule_man",
  "license": "ISC",
  "dependencies": {
    "express": "^4.16.4",
    "node-schedule": "^1.3.2",
    "node-telegram-bot-api": "^0.30.0",
    "promise-mysql": "^3.3.1",
    "request": "^2.88.0",
    "request-promise": "^4.2.4"
  }
}