{
  "name": "@codemask-labs/nestjs-mongodb",
  "author": "Codemask <contact@codemask.com> (https://github.com/codemask-labs/nestjs-mongodb)",
  "repository": "https://github.com/codemask-labs/nestjs-mongodb",
  "license": "MIT",
  "version": "2.0.0-beta.0",
  "description": "Nestjs Mongodb Module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "bin": {
    "mongo": "./dist/bin/mongo.js"
  },
  "packageManager": "yarn@4.6.0",
  "engines": {
    "node": ">= 20.0.0"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "eslintIgnore": [
    "node_modules/"
  ],
  "scripts": {
    "start:dev": "nest start -w",
    "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 \"src/**/*.ts\"",
    "format": "yarn prettier -w src && yarn lint --fix",
    "format:check": "yarn prettier --check src",
    "update": "yarn upgrade-interactive"
  },
  "keywords": [
    "nestjs",
    "typesafe",
    "native",
    "mongo",
    "mongodb",
    "codemask",
    "codemask-labs"
  ],
  "peerDependencies": {
    "@nestjs/common": ">=10.4.15",
    "mongodb": ">=6.12.0"
  },
  "dependencies": {
    "@codemaskjs/node-cli-toolkit": "1.1.0",
    "ramda": "0.30.1"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "19.6.0",
    "@date-fns/utc": "2.1.0",
    "@nestjs/cli": "10.4.9",
    "@nestjs/common": "10.4.15",
    "@nestjs/core": "10.4.15",
    "@nestjs/platform-express": "10.4.15",
    "@types/ramda": "0.30.2",
    "date-fns": "4.1.0",
    "eslint": "9.18.0",
    "eslint-config-codemask": "2.0.0-beta.15",
    "husky": "9.1.7",
    "mongodb": "6.12.0",
    "prettier": "3.4.2",
    "reflect-metadata": "0.2.2",
    "rimraf": "6.0.1",
    "tsconfig-paths": "4.2.0",
    "tscpaths": "0.0.9",
    "tslint": "6.1.3",
    "typescript": "5.7.3"
  },
  "publishConfig": {
    "@codemask-labs:registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
