package.json
460 Bytes
{
"name": "2020_kbo_winning_prediction_program",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@khuhub.khu.ac.kr:12959/2018102165/2020_KBO_Winning_Prediction_Program.git"
},
"author": "alswo9912@khu.ac.kr",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"xlsx": "^0.16.2"
}
}