package.json
536 Bytes
{
"name": "holiday-counter-recommend-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": {
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"request": "^2.88.2",
"xml2js": "^0.4.23"
}
}