{
  "name": "alessandroolivieri-lucid-mongo",
  "description": "A Mongodb ODM",
  "main": "index.js",
  "version": "3.2.5",
  "scripts": {
    "lint": "standard",
    "fix": "standard --fix",
    "pretest": "npm run test:cleanup && npm run lint",
    "test:cleanup": "rm -rf test/functional/database && rm -rf test/unit/tmp",
    "posttest": "npm run test:cleanup && npm run coverage",
    "test:local": "npm run test:cleanup && FORCE_COLOR=true DB=mongodb node japaFile.js",
    "test": "nyc npm run test:local",
    "test:win": "set DB=mongodb&& node japaFile.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
    "commit": "git-cz"
  },
  "keywords": [
    "adonis",
    "lucid",
    "mongo",
    "mongodb",
    "orm",
    "odm",
    "alessandro olivieri"
  ],
  "standard": {
    "global": [
      "use",
      "describe",
      "it",
      "after",
      "before",
      "context",
      "make",
      "beforeEach"
    ]
  },
  "author": "Alessandro Olivieri",
  "license": "MIT",
  "dependencies": {
    "@adonisjs/generic-exceptions": "^3.0.1",
    "chance": "^1.1.4",
    "debug": "^4.1.1",
    "geo-point": "^1.2.2",
    "lodash": "^4.17.15",
    "moment": "^2.25.0",
    "mongo-uri-builder": "^3.0.2",
    "mongodb": "^3.5.7",
    "mongodb-url": "^3.0.3",
    "mquery": "^3.2.2",
    "pluralize": "^8.0.0",
    "pretty-hrtime": "^1.0.3",
    "require-all": "^3.0.0"
  },
  "devDependencies": {
    "@adonisjs/ace": "^5.0.8",
    "@adonisjs/fold": "^4.0.9",
    "@adonisjs/sink": "^1.0.17",
    "clear-require": "^3.0.0",
    "conventional-changelog-cli": "^2.0.31",
    "coveralls": "^3.1.0",
    "cz-conventional-changelog": "^3.1.0",
    "fs-extra": "^9.0.0",
    "japa": "^3.0.1",
    "japa-cli": "^1.0.1",
    "nyc": "^15.0.1",
    "standard": "^14.3.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "nyc": {
    "include": [
      "src",
      "lib"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/duyluonglc/lucid-mongo.git"
  },
  "snyk": true,
  "bugs": {
    "url": "https://github.com/duyluonglc/lucid-mongo/issues"
  },
  "homepage": "https://github.com/duyluonglc/lucid-mongo#readme",
  "bin": {
    "alessandroolivieri-lucid-mongo": "index.js"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  }
}
