{ "name": "@nestjs/axios", "version": "3.0.1", "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": "18.2.0", "@commitlint/config-angular": "18.1.0", "@nestjs/common": "10.2.7", "@nestjs/core": "10.2.7", "@nestjs/platform-express": "10.2.7", "@nestjs/testing": "10.2.7", "@types/jest": "29.5.6", "@types/node": "18.18.7", "@typescript-eslint/eslint-plugin": "6.9.0", "@typescript-eslint/parser": "6.9.0", "axios": "1.6.0", "eslint": "8.52.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.29.0", "husky": "8.0.3", "jest": "29.7.0", "lint-staged": "14.0.1", "prettier": "3.0.3", "reflect-metadata": "0.1.13", "release-it": "16.2.1", "rimraf": "5.0.5", "rxjs": "7.8.1", "ts-jest": "29.1.1", "typescript": "5.2.2" }, "peerDependencies": { "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.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" } }