{
  "name": "@codemaskjs/nestjs-mongodb",
  "author": "Codemask <contact@codemask.com> (https://github.com/codemaskinc/nestjs-mongodb)",
  "repository": "https://github.com/codemaskinc/nestjs-mongodb",
  "license": "MIT",
  "version": "1.5.4",
  "description": "Nestjs Mongodb Module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "packageManager": "yarn@4.0.0",
  "engines": {
    "node": ">= 20.0.0"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "eslintIgnore": [
    "node_modules/"
  ],
  "scripts": {
    "build:package": "yarn tsc --declaration --project tsconfig.build.json",
    "build:replace-tspaths": "yarn tscpaths -p tsconfig.build.json -s ./src -o ./dist",
    "build": "yarn rimraf dist && yarn build:package && yarn build:replace-tspaths",
    "lint": "yarn eslint --ext .ts src",
    "format": "yarn prettier -w src && yarn lint --fix",
    "format:check": "yarn prettier --check src",
    "update": "yarn upgrade-interactive"
  },
  "keywords": [
    "nestjs",
    "typesafe",
    "native",
    "wrapper",
    "mongodb"
  ],
  "peerDependencies": {
    "@nestjs/common": "*",
    "mongodb": "*"
  },
  "dependencies": {
    "object-hash": "3.0.0",
    "ramda": "0.29.1"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "18.1.0",
    "@nestjs/common": "10.2.8",
    "@types/object-hash": "3.0.6",
    "@types/ramda": "0.29.9",
    "@typescript-eslint/eslint-plugin": "6.9.0",
    "@typescript-eslint/eslint-plugin-tslint": "6.9.0",
    "@typescript-eslint/parser": "6.9.0",
    "eslint": "8.52.0",
    "eslint-config-codemask": "1.1.7",
    "eslint-plugin-functional": "6.0.0",
    "eslint-plugin-import": "2.29.0",
    "eslint-plugin-jsdoc": "46.8.2",
    "eslint-plugin-jsx-a11y": "6.7.1",
    "eslint-plugin-nested-if": "1.0.0",
    "eslint-plugin-no-else": "0.2.2",
    "eslint-plugin-no-loops": "0.3.0",
    "eslint-plugin-prefer-arrow": "1.2.3",
    "eslint-plugin-react": "7.33.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "husky": "8.0.3",
    "mongodb": "6.2.0",
    "prettier": "3.0.3",
    "reflect-metadata": "0.1.13",
    "rimraf": "5.0.5",
    "tsconfig-paths": "4.2.0",
    "tscpaths": "0.0.9",
    "tslint": "6.1.3",
    "typescript": "5.2.2"
  },
  "publishConfig": {
    "@codemaskjs:registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
