{
  "name": "@zakodium/lucid-mongo",
  "description": "A Mongodb ODM",
  "main": "index.js",
  "version": "4.1.0",
  "scripts": {},
  "keywords": [
    "adonis",
    "lucid",
    "mongo",
    "mongodb",
    "orm",
    "odm"
  ],
  "author": "LuongND",
  "license": "MIT",
  "files": [
    "commands",
    "lib",
    "providers",
    "src",
    "templates",
    "index.js",
    "instructions.js",
    "instructions.md"
  ],
  "dependencies": {
    "@adonisjs/generic-exceptions": "^3.0.1",
    "chance": "^1.1.7",
    "debug": "^4.2.0",
    "geo-point": "^1.2.2",
    "lodash": "^4.17.20",
    "moment": "^2.29.1",
    "mongo-uri-builder": "^3.2.2",
    "mongodb": "^3.6.3",
    "mquery": "^3.2.2",
    "pluralize": "^8.0.0",
    "pretty-hrtime": "^1.0.3",
    "require-all": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zakodium/lucid-mongo.git"
  }
}
