{
  "name": "@nestjs/axios",
  "version": "2.0.0",
  "description": "Nest - modern, fast, powerful node.js web framework (@axios)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "url": "https://github.com/nestjs/axios#readme",
  "scripts": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "format": "prettier --write \"{lib,test}/**/*.ts\"",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand",
    "prerelease": "npm run build",
    "release": "release-it",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@commitlint/cli": "17.4.2",
    "@commitlint/config-angular": "17.4.2",
    "@nestjs/common": "9.3.2",
    "@nestjs/core": "9.3.2",
    "@nestjs/platform-express": "9.3.2",
    "@nestjs/testing": "9.3.2",
    "@types/jest": "29.4.0",
    "@types/node": "18.11.18",
    "@typescript-eslint/eslint-plugin": "5.50.0",
    "@typescript-eslint/parser": "5.50.0",
    "axios": "1.3.1",
    "eslint": "8.33.0",
    "eslint-config-prettier": "8.6.0",
    "eslint-plugin-import": "2.27.5",
    "husky": "8.0.3",
    "jest": "29.4.1",
    "lint-staged": "13.1.0",
    "prettier": "2.8.3",
    "reflect-metadata": "0.1.13",
    "release-it": "15.6.0",
    "rimraf": "4.1.2",
    "rxjs": "7.8.0",
    "ts-jest": "29.0.5",
    "typescript": "4.9.5"
  },
  "peerDependencies": {
    "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
    "axios": "^1.3.1",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^6.0.0 || ^7.0.0"
  },
  "lint-staged": {
    "**/*.{ts,json}": []
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nestjs/axios"
  }
}
