{
  "name": "@nestjs/jwt",
  "version": "8.0.1",
  "description": "Nest - modern, fast, powerful node.js web framework (@jwt)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "scripts": {
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint \"lib/**/*.ts\" --fix",
    "test": "jest --config=jest.json",
    "test:watch": "jest --config=jest.json --watch",
    "test:coverage": "jest --config=jest.json --coverage --coverageDirectory=coverage",
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "precommit": "lint-staged",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prerelease": "npm run build",
    "release": "release-it"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "17.0.0",
    "@commitlint/config-angular": "17.0.0",
    "jest": "28.1.0",
    "ts-jest": "28.0.2",
    "reflect-metadata": "0.1.13",
    "@nestjs/core": "8.4.5",
    "@nestjs/testing": "8.4.5",
    "@types/jest": "27.5.1",
    "@typescript-eslint/eslint-plugin": "5.25.0",
    "@typescript-eslint/parser": "5.25.0",
    "eslint": "8.15.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "@nestjs/common": "8.4.5",
    "@types/node": "16.11.36",
    "husky": "8.0.1",
    "lint-staged": "12.4.1",
    "prettier": "2.6.2",
    "release-it": "15.0.0",
    "typescript": "4.6.4"
  },
  "dependencies": {
    "@types/jsonwebtoken": "8.5.8",
    "jsonwebtoken": "8.5.1"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nestjs/jwt"
  }
}
