package.json 555 Bytes
{
  "name": "corona_bot",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "http://khuhub.khu.ac.kr/2014104077/OSS-Project.git"
  },
  "author": {
    "name": "KwakWonseok",
    "email": "rhkrdnjstjr1@khu.ac.kr",
    "url": "http://khuhub.khu.ac.kr/u/2014104077"
  },
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.1",
    "moment": "^2.29.1",
    "request": "^2.88.2",
    "xml-js": "^1.6.11"
  }
}