{
  "name": "monastery-js",
  "description": "⛪ A straight forward MongoDB ODM built around Monk",
  "author": "Ricky Boyce",
  "version": "1.10.9",
  "license": "MIT",
  "repository": "github:boycce/monastery",
  "homepage": "https://boycce.github.io/monastery/",
  "main": "lib/index.js",
  "keywords": [
    "monastery",
    "monk",
    "mongodb",
    "mongo",
    "driver",
    "monk odm",
    "mongo odm"
  ],
  "scripts": {
    "release": "standard-version && npm publish",
    "test": "jest",
    "watch": "DEBUG=-monastery:info jest --watchAll --runInBand",
    "docs": "cd docs && bundle exec jekyll serve --livereload --livereload-port 4001"
  },
  "dependencies": {
    "aws-sdk": "^2.742.0",
    "debug": "^4.1.1",
    "file-type": "^15.0.0",
    "monk": "^7.3.0",
    "nanoid": "^3.1.12",
    "validator": "^13.0.0"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "express": "^4.17.1",
    "express-fileupload": "^1.2.0",
    "jest": "^25.3.0",
    "standard-version": "^7.1.0",
    "supertest": "^4.0.2"
  },
  "standard-version": {
    "releaseCommitMessageFormat": "{{currentTag}}",
    "sign": true,
    "skip": {
      "changelog": true,
      "tag": true
    }
  }
}
