package.json 397 Bytes
{
  "name": "telegrambot",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node ./app.js"
  },
  "author": "강수인",
  "license": "MIT",
  "dependencies": {
    "@google-cloud/vision": "^1.0.0",
    "mongodb": "^3.2.6",
    "node-telegram-bot-api": "^0.30.0",
    "request": "^2.88.0"
  }
}