{
  "name": "mongoose-sequence",
  "version": "6.0.1",
  "description": "Very generic autoincrement plugin for mongoose",
  "main": "index.js",
  "scripts": {
    "format": "prettier --write \".\"",
    "lint": "eslint . --fix",
    "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": "https://www.ramielcreations.com/"
  },
  "license": "GPL-2.0",
  "dependencies": {
    "async": "^3.2.5",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "mongoose": ">=5"
  },
  "devDependencies": {
    "chai": "^4.3.10",
    "coveralls": "^3.1.1",
    "eslint": "^8.55.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jest": "^27.6.0",
    "eslint-plugin-prettier": "^5.0.1",
    "jest": "^29.7.0",
    "mongoose": "8.0.3",
    "prettier": "^3.1.1",
    "sinon": "17.0.1"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
