{
  "name": "@nestjs/jwt",
  "version": "7.1.0",
  "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"
  },
  "devDependencies": {
    "@commitlint/cli": "9.0.1",
    "@commitlint/config-angular": "9.0.1",
    "jest": "26.1.0",
    "ts-jest": "26.1.1",
    "reflect-metadata": "0.1.13",
    "@nestjs/core": "7.3.2",
    "@nestjs/testing": "7.3.2",
    "@types/jest": "26.0.4",
    "@typescript-eslint/eslint-plugin": "3.6.0",
    "@typescript-eslint/parser": "3.6.0",
    "eslint": "7.4.0",
    "eslint-config-prettier": "6.11.0",
    "eslint-plugin-import": "2.22.0",
    "@nestjs/common": "7.3.2",
    "@types/node": "7.10.9",
    "husky": "4.2.5",
    "lint-staged": "10.2.11",
    "prettier": "2.0.5",
    "release-it": "13.6.4",
    "typescript": "3.9.6"
  },
  "dependencies": {
    "@types/jsonwebtoken": "8.5.0",
    "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"
  }
}
