package.json 893 Bytes
{
  "name": "corona-chat-bot",
  "version": "1.0.0",
  "description": "corona chatbot information",
  "main": "server.js",
  "scripts": {
    "start": "node server",
    "server": "nodemon server",
    "client": "npm start --prefix client",
    "dev": "concurrently \"npm run server\" \"npm run client \""
  },
  "author": "sdy",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.19.2",
    "cheerio": "^1.0.0-rc.9",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "ibm-watson": "^5.5.0",
    "react-redux": "^7.2.0",
    "redux": "^4.0.5",
    "redux-devtools-extension": "^2.13.8",
    "redux-thunk": "^2.3.0",
    "request": "^2.88.2",
    "xml2json": "^0.12.0",
    "xmlhttprequest": "^1.8.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.3",
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.4",
    "concurrently": "^5.2.0",
    "nodemon": "^2.0.4"
  }
}