{
  "name": "btrz-simple-dao",
  "version": "4.5.0",
  "description": "Betterez Simple DAO",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test node_modules/mocha/bin/mocha --ui bdd --exit -t 5000",
    "tdd": "NODE_ENV=test node_modules/mocha/bin/mocha -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Betterez/btrz-simple-dao.git"
  },
  "keywords": [
    "DAO",
    "Mongo",
    "Promises"
  ],
  "license": "MIT",
  "author": {
    "name": "hgarcia",
    "email": "hernan@dynamicprogrammer.com"
  },
  "contributors": [
    {
      "name": "pbrudnick",
      "email": "pbrudnick@gmail.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/Betterez/btrz-simple-dao/issues"
  },
  "homepage": "https://github.com/Betterez/btrz-simple-dao",
  "dependencies": {
    "mongodb": "3.6.12"
  },
  "devDependencies": {
    "chai": "4.3.6",
    "chance": "1.1.8",
    "mocha": "9.2.2",
    "sinon": "13.0.2"
  }
}
