{
  "name": "@nestjs/throttler",
  "version": "2.0.1",
  "description": "A Rate-Limiting module for NestJS to work on Express, Fastify, Websockets, Socket.IO, and GraphQL, all rolled up into a simple package.",
  "author": "Jay McDoniel <me@jaymcdoniel.dev>",
  "contributors": [],
  "keywords": [
    "nestjs",
    "rate-limit",
    "throttle",
    "express",
    "fastify",
    "ws",
    "gql",
    "nest"
  ],
  "publishConfig": {
    "access": "public"
  },
  "private": false,
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "preversion": "yarn run format && yarn run lint && yarn build",
    "build": "nest build",
    "commit": "git-cz",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "start:dev": "nodemon --watch '{src,test/app}/**/*.ts' --ignore '**/*.spec.ts' --exec 'ts-node' test/app/main.ts",
    "lint": "eslint \"{src,test}/**/*.ts\" --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
    "test:e2e": "jest --config ./test/jest-e2e.json --detectOpenHandles",
    "test:e2e:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --config test/jest-e2e.json --runInBand",
    "test:e2e:dev": "yarn test:e2e --watchAll",
    "_postinstall": "husky install",
    "postpublish": "pinst --enable",
    "prepublishOnly": "pinst --disable",
    "release": "changeset publish"
  },
  "dependencies": {
    "md5": "^2.2.1"
  },
  "devDependencies": {
    "@changesets/cli": "2.21.1",
    "@commitlint/cli": "16.2.1",
    "@commitlint/config-angular": "16.2.1",
    "@nestjs/cli": "8.2.2",
    "@nestjs/common": "8.4.0",
    "@nestjs/core": "8.4.0",
    "@nestjs/graphql": "10.0.6",
    "@nestjs/platform-express": "8.4.0",
    "@nestjs/platform-fastify": "8.4.0",
    "@nestjs/platform-socket.io": "8.4.0",
    "@nestjs/platform-ws": "8.4.0",
    "@nestjs/schematics": "8.0.8",
    "@nestjs/testing": "8.4.0",
    "@nestjs/websockets": "8.4.0",
    "@semantic-release/git": "10.0.1",
    "@types/express": "4.17.13",
    "@types/express-serve-static-core": "4.17.28",
    "@types/jest": "27.4.1",
    "@types/md5": "2.3.2",
    "@types/node": "16.11.26",
    "@types/socket.io": "3.0.2",
    "@types/socket.io-client": "3.0.0",
    "@types/supertest": "2.0.11",
    "@typescript-eslint/eslint-plugin": "5.14.0",
    "@typescript-eslint/parser": "5.14.0",
    "apollo-server-express": "3.6.4",
    "apollo-server-fastify": "3.6.4",
    "conventional-changelog-cli": "2.2.2",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "8.10.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.25.4",
    "graphql": "16.3.0",
    "graphql-tools": "8.2.0",
    "husky": "7.0.4",
    "jest": "27.5.1",
    "lint-staged": "12.3.5",
    "nodemon": "2.0.15",
    "pinst": "3.0.0",
    "prettier": "2.5.1",
    "reflect-metadata": "0.1.13",
    "rimraf": "3.0.2",
    "rxjs": "7.5.5",
    "socket.io": "4.4.1",
    "supertest": "6.2.2",
    "ts-jest": "27.1.3",
    "ts-loader": "9.2.8",
    "ts-node": "10.7.0",
    "tsconfig-paths": "3.13.0",
    "typescript": "4.6.2",
    "ws": "8.5.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^7.0.0 || ^8.0.0",
    "@nestjs/core": "^7.0.0 || ^8.0.0",
    "reflect-metadata": "^0.1.13"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/throttler.git"
  },
  "bugs": {
    "url": "https://github.com/nestjs/throttler/issues"
  },
  "homepage": "https://github.com/nestjs/throttler#readme"
}
