{
  "name": "@typegoose/auto-increment",
  "version": "4.13.0",
  "description": "Automaticly Increment properties",
  "main": "lib/autoIncrement.js",
  "types": "lib/autoIncrement.d.ts",
  "engines": {
    "node": ">=16.20.1"
  },
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:tests": "tsc -p tsconfig.json",
    "lint": "eslint -c ./.eslintrc.js './**/*.{js,ts}'",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "test:coverage": "jest --collectCoverage",
    "test:watchCoverage": "jest --collectCoverage --watch",
    "clean": "rimraf lib .tsbuildinfo coverage doc build",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typegoose/auto-increment.git"
  },
  "author": "hasezoey <hasezoey@gmail.com>",
  "contributors": [],
  "license": "MIT",
  "peerDependencies": {
    "mongoose": "^8.13.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.8.1",
    "@commitlint/config-conventional": "^17.8.1",
    "@typegoose/typegoose": "^12.14.0",
    "@types/jest": "^29.5.14",
    "@types/node": "~16.11.7",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "commitlint": "^17.8.1",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.5",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "lint-staged": "^14.0.1",
    "mongodb-memory-server": "^10.1.4",
    "mongoose": "^8.13.0",
    "prettier": "^3.5.3",
    "rimraf": "5.0.7",
    "ts-jest": "^29.3.0",
    "typescript": "~5.3.3"
  },
  "dependencies": {
    "loglevel": "^1.9.2",
    "tslib": "^2.8.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "typegoose",
    "mongoose",
    "auto-increment",
    "id",
    "generate",
    "numeric",
    "mongo",
    "mongodb",
    "db",
    "auto",
    "increment",
    "incremented"
  ],
  "bugs": {
    "url": "https://github.com/typegoose/auto-increment/issues"
  },
  "homepage": "https://github.com/typegoose/auto-increment"
}
