package.json
548 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": "MIT",
"dependencies": {
"@line/bot-sdk": "^6.4.0",
"express": "^4.17.1",
"request": "^2.88.2"
}
}