{
  "name": "@tiendanube/logistics-http-client",
  "version": "5.0.0",
  "description": "Package responsible for executing http requests",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Nuvem Envio",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/TiendaNube/logistics-http-client.git"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc --project ./tsconfig.build.json",
    "test": "jest --config jest.json",
    "coverage": "yarn test --coverage",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
    "lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "prepare": "yarn build && husky install",
    "prepublishOnly": "yarn test && yarn lint",
    "preversion": "yarn lint",
    "bump-rc": "yarn version --prerelease --preid=rc",
    "version": "git add -A src",
    "postversion": "git push --follow-tags"
  },
  "files": [
    "dist/**/*"
  ],
  "dependencies": {
    "@tiendanube/logistics-metric-handler": "^2.2.4",
    "axios": "1.16.1",
    "cacheable-lookup": "^6.0.0",
    "exponential-backoff": "^3.1.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.6",
    "@types/node": "^20.8.9",
    "@typescript-eslint/eslint-plugin": "^5.59.6",
    "@typescript-eslint/parser": "^5.59.6",
    "eslint": "^8.40.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "5.0.0",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "jest-mock-extended": "^3.0.5",
    "nock": "^13.3.6",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "typescript": "5.0.4"
  }
}
