{
  "name": "node_db_module",
  "version": "1.0.7",
  "description": "This is a node module to provide a set of functions to format the DB results with sequelize",
  "main": "app.js",
  "dependencies": {
    "debug": "^4.1.1",
    "glob": "^7.1.6",
    "mysql2": "^2.1.0",
    "object-hash": "^2.0.3",
    "sequelize": "^5.21.11"
  },
  "devDependencies": {
    "mocha": "^7.2.0"
  },
  "scripts": {
    "start": "node ./app.js",
    "test": "npm run test-unit",
    "test-unit": "NODE_ENV=test mocha --exit 'app.spec.js'",
    "test-all": "NODE_ENV=test mocha --exit '**/*.spec.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/netbofia/node_db_module.git"
  },
  "keywords": [
    "mysql",
    "sequelize"
  ],
  "author": "Bruno Costa",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/netbofia/node_db_module/issues"
  },
  "homepage": "https://github.com/netbofia/node_db_module#readme"
}
