{
  "name": "mongoose-auto-increment-reworked",
  "version": "1.2.1",
  "description": "An auto-incrementing field generator for Mongoose 4 & 5",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc",
    "typecheck": "tsc --noEmit",
    "clean": "rimraf ./index.js ./test.js ./*.js.map ./*.d.ts coverage",
    "tslint": "tslint -p ./tsconfig.json -s node_modules/custom-tslint-formatters/formatters -t grouped src/index.ts src/test.ts",
    "tslint:fix": "npm run tslint -- --fix",
    "test:debug": "cross-env DEBUG=mongoose-auto-increment-reworked npm test",
    "test": "env-cmd ./.env nyc mocha --opts ./mocha.opts",
    "doctoc": "doctoc --github README.md CHANGELOG.md",
    "preversion": "npm run tslint && npm test",
    "postversion": "git push && git push --tags"
  },
  "engines": {
    "node": ">=6.0"
  },
  "dependencies": {
    "@types/mongoose": "^4.0.0 || ^5.0.0",
    "debug": "^3.0.0",
    "tslib": "^1.0.0",
    "typescript-lazy-get-decorator": "^1.0.0"
  },
  "peerDependencies": {
    "mongoose": "^4.0.0 || ^5.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.1",
    "@types/debug": "^0.0.30",
    "@types/lodash": "^4.14.93",
    "@types/mocha": "^5.0.0",
    "@types/node": "^9.4.0",
    "@types/uuid": "^3.4.3",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "cross-env": "^5.1.3",
    "custom-tslint-formatters": "^2.1.1",
    "doctoc": "^1.3.0",
    "env-cmd": "^7.0.0",
    "lodash": "^4.17.4",
    "mocha": "^5.0.0",
    "mongoose": "^4.0.0 || ^5.0.0",
    "nyc": "^11.0.0",
    "rimraf": "^2.6.2",
    "source-map-support": "^0.5.2",
    "ts-node": "^5.0.0",
    "tslint": "^5.9.0",
    "typescript": "^2.6.0",
    "uuid": "^3.2.1"
  },
  "keywords": [
    "mongoose",
    "auto-increment",
    "id",
    "generate",
    "numeric",
    "mongo",
    "mongodb",
    "db",
    "auto",
    "increment",
    "incremented"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Alorel/mongoose-auto-increment-reworked.git"
  },
  "homepage": "https://github.com/Alorel/mongoose-auto-increment-reworked",
  "bugs": {
    "url": "https://github.com/Alorel/mongoose-auto-increment-reworked/issues"
  },
  "author": {
    "name": "Arturas Molcanovas",
    "email": "a.molcanovas@gmail.com",
    "url": "https://github.com/Alorel"
  },
  "license": "MIT"
}
