{
  "name": "billbook",
  "version": "1.0.0",
  "description": "",
  "main": "server/app.js",
  "scripts": {
    "start": "node bin/dev",
    "dev": "nodemon bin/dev",
    "clean": "rm -rf dist",
    "test": "mocha './test/**/*.test.js'",
    "test:coverage": "nyc --reporter=html npm run test",
    "build": "mkdir dist && babel server -s -d dist"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@google-cloud/storage": "^5.8.5",
    "async": "^2.5.0",
    "babel-cli": "^6.26.0",
    "babel-istanbul": "^0.12.2",
    "babel-node": "0.0.1-security",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.26.0",
    "crypto-js": "^3.1.9-1",
    "custom-env": "^2.0.1",
    "dotenv": "^4.0.0",
    "ejs": "^3.1.8",
    "env-cmd": "^10.1.0",
    "exceljs": "^1.0.1",
    "image-size": "^1.0.0",
    "joi": "^11.3.4",
    "joi-date-extensions": "^1.1.0",
    "json2csv": "^5.0.5",
    "jsonwebtoken": "^8.1.0",
    "lodash": "^4.17.4",
    "log4js": "^2.3.4",
    "missing": "0.0.1",
    "moment": "^2.19.1",
    "morgan": "^1.10.0",
    "mustache": "^2.3.0",
    "mysql": "^2.15.0",
    "mysql2": "^1.5.2",
    "node-cron": "^1.2.1",
    "node-xlsx": "^0.11.0",
    "nodemailer": "^4.3.1",
    "nodemon": "^2.0.15",
    "puppeteer": "^14.3.0",
    "random-number": "0.0.9",
    "request": "^2.83.0",
    "restify": "^6.0.1",
    "restify-cors-middleware": "^1.0.1",
    "restify-errors": "^5.0.0",
    "sequelize": "^5.21.3",
    "sequelize-mock": "^0.10.2",
    "sharp": "^0.28.3",
    "string": "^3.3.3",
    "supertest": "^6.1.6",
    "swagger-ui-restify": "^3.0.8",
    "tedious": "^8.0.1",
    "uuid": "^3.1.0",
    "validator": "^9.0.0",
    "winston": "^3.3.3",
    "winston-daily-rotate-file": "^4.5.0",
    "winston-loggly-bulk": "^3.2.1",
    "winston-slack-webhook-transport": "^2.1.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-polyfill": "^6.26.0",
    "chai": "^4.3.6",
    "chai-http": "^4.3.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0"
  }
}
