{
  "name": "@meanie/joi-object-id",
  "description": "A Joi extension to validation MongoDB ObjectId formats",
  "version": "2.3.0",
  "homepage": "https://github.com/meanie/joi-object-id#readme",
  "author": {
    "name": "Adam Reis",
    "email": "adam@helloclub.com",
    "url": "https://helloclub.com"
  },
  "contributors": [],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meanie/joi-object-id.git"
  },
  "bugs": {
    "url": "https://github.com/meanie/joi-object-id/issues"
  },
  "keywords": [
    "meanie",
    "joi",
    "extension",
    "object-id",
    "objectid"
  ],
  "engines": {
    "node": ">=8"
  },
  "main": "index.js",
  "peerDependencies": {
    "joi": ">=17.0.0",
    "mongoose": ">=5.8.7"
  },
  "scripts": {
    "postversion": "git push && git push --tags && npm publish"
  }
}
