package.json 633 Bytes
{
  "name": "cfr-chatbot",
  "version": "1.0.0",
  "description": "chatbot to recommend good restaurants using CFR API",
  "main": "chatbot.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "whdkgp97@khu.ac.kr",
  "license": "ISC",
  "dependencies": {
    "@line/bot-sdk": "^7.1.0",
    "body-parser": "^1.19.0",
    "create-temp-file": "^2.0.0",
    "express": "^4.17.1",
    "follow-redirects": "^1.13.0",
    "fs": "0.0.1-security",
    "html-webpack-plugin": "^4.5.0",
    "line-bot-sdk-nodejs": "^1.0.0",
    "proj4": "^2.6.3",
    "request": "^2.88.2",
    "webpack": "^5.9.0"
  }
}