package.json 490 Bytes
{
  "name": "holiday-counter-recommand-activity",
  "version": "1.0.0",
  "description": "",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "http://khuhub.khu.ac.kr/teamPARK/holiday-counter-recommand-activity.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.18.1",
    "request": "^2.88.2",
    "xml-js": "^1.6.11"
  }
}