{
  "name": "mongoose-sequence",
  "version": "5.3.1",
  "description": "Very generic autoincrement plugin for mongoose",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test-only": "jest",
    "test-watch": "jest --watch",
    "test": "npm run lint && npm run test-only -- --coverage",
    "test-ci": "npm run lint -- --quiet && npm run test-only -- --coverage --coverageReporters=text-lcov | coveralls"
  },
  "keywords": [
    "mongoose",
    "autoincrement",
    "sequence",
    "seq"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ramiel/mongoose-sequence.git"
  },
  "author": {
    "name": "Fabrizio Ruggeri",
    "email": "fabrizio.ruggeri@gmail.com",
    "url": "http://www.ramielcreations.com/"
  },
  "license": "GPL-2.0",
  "dependencies": {
    "async": "^2.5.0",
    "lodash": "^4.17.20"
  },
  "peerDependencies": {
    "mongoose": ">=4"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "coveralls": "^3.0.4",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jest": "^22.7.1",
    "jest": "^26.5.3",
    "mongoose": "^5.8.3",
    "sinon": "^1.17.5"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
