{
  "name": "@safer-bwd/mongoose-autonumber",
  "version": "0.2.2",
  "description": "A Mongoose plugin for auto-increment or auto-number",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/safer-bwd/mongoose-autonumber.git"
  },
  "bugs": {
    "url": "https://github.com/safer-bwd/mongoose-autonumber/issues"
  },
  "author": "Anton Safronov <safer.anton@gmail.com>",
  "license": "ISC",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "cross-env NODE_ENV=test jest --colors",
    "build": "cross-env NODE_ENV=production babel src --out-dir dist",
    "prepublishOnly": "npm run build"
  },
  "jest": {
    "testEnvironment": "node",
    "verbose": true,
    "setupFiles": [
      "dotenv-flow/config"
    ]
  },
  "peerDependencies": {
    "mongoose": "^5.x"
  },
  "dependencies": {
    "lodash.get": "^4.4.2",
    "lodash.isplainobject": "^4.0.6",
    "lodash.set": "^4.3.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/node": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "babel-plugin-add-module-exports": "^1.0.2",
    "cross-env": "^5.2.1",
    "dotenv-flow": "^3.1.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.21.0",
    "jest": "^24.9.0",
    "mongoose": "^5.7.13"
  }
}
