{
  "name": "@eropple/nestjs-auth",
  "version": "0.6.0",
  "description": "(NestJS 7+ only) Comprehensive handling of authentication and authorization for NestJS.",
  "main": "dist",
  "author": "Ed Ropple",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/eropple/nestjs-auth"
  },
  "private": false,
  "scripts": {
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p .",
    "build": "tsc",
    "watch": "yarn run --silent build --watch",
    "prepare": "yarn lint && yarn build"
  },
  "peerDependencies": {
    "@nestjs/common": ">=7",
    "@nestjs/core": ">=7",
    "rxjs": ">=6.5.0"
  },
  "devDependencies": {
    "@nestjs/common": "^7.2.0",
    "@nestjs/core": "^7.2.0",
    "@nestjs/schematics": "^7.0.1",
    "@nestjs/swagger": ">=3.0.2",
    "@types/cookie": "^0.3.2",
    "@types/express": "^4.16.1",
    "@types/jest": "^24.0.13",
    "@types/lodash": "4.14.145",
    "prettier": "^1.18.2",
    "rxjs": ">=6.4.0",
    "ts-jest": "^24.0.2",
    "tslint": "5.20.1",
    "typescript": "^3.2.4"
  },
  "dependencies": {
    "@types/bunyan": "^1.8.6",
    "@types/bunyan-blackhole": "^0.2.2",
    "bunyan": "^1.8.12",
    "bunyan-blackhole": "^1.1.1",
    "cookie": "^0.4.0",
    "lodash": "4.17.15",
    "nanomatch": "^1.2.13",
    "reflect-metadata": "^0.1.13",
    "utility-types": "^3.7.0"
  }
}
