package.json 344 Bytes
{
  "name": "linebot",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "author": "김수민, 김승찬, 최지민",
  "license": "MIT",
  "dependencies": {
    "@line/bot-sdk": "^6.8.3",
    "express": "^4.16.4"
  }
}