{
  "name": "ivy-nestjs",
  "version": "0.6.20",
  "description": "A library of useful building components for NestJS web application",
  "author": "Luka Matosevic",
  "license": "MIT",
  "main": "./index.js",
  "types": "./index.d.ts",
  "bin": {
    "create-resource": "./cli/create-resource.js"
  },
  "maintainers": [
    {
      "name": "Luka Matosevic",
      "email": "lukamatosevic5@gmail.com",
      "web": "https://lukamatosevic.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lmatosevic/ivy-nestjs.git"
  },
  "bugs": {
    "url": "https://github.com/lmatosevic/ivy-nestjs/issues"
  },
  "homepage": "https://npmjs.com/package/ivy-nestjs",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "nestjs",
    "web",
    "api",
    "rest",
    "graphql",
    "auth",
    "logging",
    "config",
    "nosql",
    "mongodb",
    "mongoose",
    "sql",
    "typeorm",
    "redis",
    "queue",
    "mail",
    "storage",
    "templating",
    "caching"
  ],
  "dependencies": {
    "@casl/ability": "^6.5.0",
    "@nestjs/apollo": "^12.0.0",
    "@nestjs/axios": "^3.0.0",
    "@nestjs/bull": "^10.0.0",
    "@nestjs/cache-manager": "^2.1.0",
    "@nestjs/common": "^10.0.0",
    "@nestjs/config": "^3.1.0",
    "@nestjs/core": "^10.0.0",
    "@nestjs/event-emitter": "^2.0.0",
    "@nestjs/graphql": "^12.0.0",
    "@nestjs/jwt": "^10.1.0",
    "@nestjs/mapped-types": "^2.0.0",
    "@nestjs/mongoose": "^10.0.0",
    "@nestjs/passport": "^10.0.0",
    "@nestjs/platform-express": "^10.0.0",
    "@nestjs/swagger": "^7.0.0",
    "@nestjs/terminus": "^10.0.0",
    "@nestjs/typeorm": "^10.0.0",
    "@xmldom/xmldom": "^0.8.10",
    "apollo-server-express": "^3.12.0",
    "axios": "^1.5.0",
    "bcrypt": "^5.0.0",
    "body-parser": "^1.20.0",
    "bull": "^4.11.0",
    "cache-manager": "^5.2.0",
    "cache-manager-fs-hash": "^1.0.0",
    "cache-manager-ioredis": "^2.1.0",
    "class-transformer": "^0.5.0",
    "class-validator": "^0.14.0",
    "crypto-js": "^4.1.1",
    "dotenv": "^16.3.0",
    "file-type": "^16.5.4",
    "flatted": "^3.2.7",
    "generate-api-key": "^1.0.2",
    "glob": "^10.3.10",
    "google-auth-library": "^8.1.1",
    "graphql": "^16.8.0",
    "handlebars": "^4.7.0",
    "handlebars-helpers": "^0.10.0",
    "helmet": "^7.0.0",
    "inline-css": "^4.0.0",
    "ioredis": "^5.3.0",
    "lodash": "^4.17.0",
    "mongoose": "^7.6.0",
    "multer": "^1.4.5-lts.1",
    "nodemailer": "^6.9.0",
    "object-hash": "^3.0.0",
    "passport": "^0.6.0",
    "passport-http": "^0.3.0",
    "passport-jwt": "^4.0.0",
    "passport-local": "^1.0.0",
    "pluralize": "^8.0.0",
    "reflect-metadata": "^0.1.0",
    "rimraf": "^3.0.2",
    "rxjs": "^7.8.1",
    "sib-api-v3-sdk": "^8.4.0",
    "standard-version": "^9.5.0",
    "type-fest": "^4.6.0",
    "typeorm": "^0.3.17",
    "uuid": "^9.0.0",
    "winston": "^3.11.0",
    "winston-daily-rotate-file": "^4.7.1",
    "yargs": "^17.7.2"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0",
    "reflect-metadata": "^0.1.0"
  },
  "engines": {
    "node": ">=16.0"
  },
  "jest-junit": {
    "outputDirectory": "./reports",
    "outputName": "junit.xml"
  }
}