{
  "name": "@devts/nestjs-auth",
  "version": "1.3.14",
  "description": "Oauth2 Auth Module to NestJS",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "scripts": {
    "type-coverage": "type-coverage --detail",
    "test": "jest",
    "test:cov": "jest --coverage",
    "prebuild": "ts-patch install -s",
    "build": "rimraf ./dist && tsc -p ./tsconfig.build.json"
  },
  "devDependencies": {
    "@nestjs/common": "^9.4.0",
    "@nestjs/core": "^9.4.0",
    "@nestjs/testing": "^9.4.0",
    "@types/express": "^4.17.17",
    "@types/jest": "^29.5.0",
    "@types/jsonwebtoken": "^9.0.1",
    "@types/node": "^18.15.11",
    "@typescript-eslint/eslint-plugin": "~5.58.0",
    "@typescript-eslint/parser": "~5.58.0",
    "eslint": "8.38.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "jest": "^29.5.0",
    "prettier": "^2.8.7",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^5.0.0",
    "rxjs": "^7.8.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "ts-patch": "^2.1.0",
    "type-coverage": "^2.25.0",
    "typescript": "~4.9.5",
    "typescript-transform-paths": "^3.4.6"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com-industriously:industriously/nestjs-auth.git"
  },
  "bugs": {
    "url": "https://github.com/industriously/nestjs-auth/issues"
  },
  "keywords": [
    "nestjs-auth",
    "nest-auth",
    "auth",
    "Oauth2",
    "passport",
    "authentication"
  ],
  "publishConfig": {
    "access": "public"
  },
  "typeCoverage": {
    "atLeast": 99,
    "project": "tsconfig.json",
    "strict": true,
    "ignoreAsAssertion": true,
    "ignoreFiles": [
      "lib/**/*.test.ts",
      "dist/**/*",
      "dist/*"
    ]
  },
  "dependencies": {
    "jsonwebtoken": "^9.0.0"
  }
}
