package.json 642 Bytes
{
  "name": "secondhand-noti-bot",
  "version": "1.0.0",
  "description": "secondhand notification bot with keyword",
  "main": "app.js",
  "scripts": {
    "start": "node ./app.js",
    "start:dev": "nodemon ./app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "http://khuhub.khu.ac.kr/2018102211/secondhand-noti-bot.git"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@line/bot-sdk": "^7.5.0",
    "axios": "^0.27.2",
    "dotenv": "^16.0.1",
    "express": "^4.18.1",
    "mysql2": "^2.3.3",
    "nodemon": "^2.0.16",
    "sequelize": "^6.20.0"
  }
}