{
  "name": "nestjs-minio-client",
  "version": "2.2.0",
  "description": "Minio module for NestJS framework",
  "author": {
    "name": "Uros Karic",
    "email": "hello@uroskaric.me"
  },
  "maintainers": [
    {
      "name": "Lazar Karic",
      "email": "hi@lazar.sh",
      "url": "https://lazar.sh"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/djedlajn/nestjs-minio-client"
  },
  "bugs": {
    "url": "https://github.com/djedlajn/nestjs-minio-client/issues"
  },
  "private": false,
  "keywords": [
    "nestjs",
    "minio",
    "minio-client-sdk",
    "nestjs-minio",
    "nestjs-minio-client"
  ],
  "source": "lib/index.ts",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc && npm run build:index",
    "build:index": "rimraf ./index.js ./index.d.ts && tsc -d --skipLibCheck ./index.ts",
    "format": "prettier **/**/*.ts --ignore-path ./.prettierignore --write && git status",
    "prepublishOnly": "npm run format && npm run build",
    "postversion": "git push && git push --tags",
    "_postinstall": "husky install",
    "prepack": "pinst --disable",
    "postpack": "pinst --enable"
  },
  "dependencies": {
    "minio": "^7.1.3",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^7.8.1"
  },
  "peerDependencies": {
    "@nestjs/common": ">=9.0.0",
    "@nestjs/core": ">=9.0.0"
  },
  "devDependencies": {
    "@nestjs/common": "^10.2.8",
    "@nestjs/core": "^10.2.8",
    "@nestjs/testing": "^10.2.8",
    "@types/jest": "^29.5.7",
    "@types/node": "^20.8.10",
    "@typescript-eslint/eslint-plugin": "^6.9.1",
    "@typescript-eslint/parser": "^6.9.1",
    "eslint": "^8.52.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "lint-staged": "^15.0.2",
    "pinst": "^3.0.0",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  }
}
