package.json 739 Bytes
{
  "name": "sweetday-dessert-chatbot",
  "version": "1.0.0",
  "description": "Chatbot based on Express.js, Line API",
  "main": "index.js",
  "scripts": {
    "start": "node https/index.js",
    "start:dev": "nodemon --watch https/ https/index.js",
    "start:prod": "pm2 https/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "http://khuhub.khu.ac.kr/2020105581/DessertChatbot.git"
  },
  "keywords": [
    "nodejs",
    "expressjs",
    "line",
    "chatbot"
  ],
  "author": "윤성아",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "express": "^4.17.1",
    "form-data": "^4.0.0"
  },
  "devDependencies":{
    "nodemon": "^2.0.7"
  }
}