package.json 632 Bytes
{
  "name": "telegram-bot-api",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node app.js",
    "dev": "nodemon app.js"
  },
  "repository": {
    "type": "git",
    "url": "http://khuhub.khu.ac.kr/2014104146/chatbotservice.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.24.0",
    "body-parser": "^1.19.0",
    "cron-job-manager": "^2.1.4",
    "dotenv": "^10.0.0",
    "express": "^4.17.1",
    "node-telegram-bot-api": "^0.54.0"
  },
  "devDependencies": {
    "nodemon": "^2.0.15"
  }
}