{
  "name": "ws",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "pm2 start ecosystem.config.js -i max --wait-ready --only databyte-backend-contrato",
    "stop": "pm2 stop databyte-backend-contrato",
    "reload": "pm2 reload databyte-backend-contrato",
    "dev": "nodemon ./src/index.js",
    "test": "node ./src/tests/test.js",
    "pkg": "npx pkg -t node8-win ./bin/www"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "debug": "^4.3.1",
    "dotenv": "^9.0.2",
    "express": "^4.17.1",
    "http": "^0.0.1-security",
    "i": "^0.3.6",
    "jsonwebtoken": "^8.5.1",
    "md5": "^2.3.0",
    "moment": "^2.29.1",
    "mysql2": "^2.2.5",
    "npm": "^7.13.0",
    "sequelize": "^6.6.2"
  },
  "devDependencies": {
    "nodemon": "^2.0.7",
    "sequelize-cli": "^6.2.0"
  }
}
