{
  "name": "@alanszp/axios-node",
  "version": "20.4.4",
  "description": "Alan's axios wrapper with base interceptor.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "compile": "rm -rf ./dist && tsc --declaration",
    "compile-watch": "tsc -w",
    "test": "TZ=Etc/UTC jest",
    "build": "pnpm run compile",
    "prepack": "pnpm run build",
    "yalc-publish": "pnpm run yalc publish"
  },
  "peerDependencies": {
    "@alanszp/errors": ">=12.0.0"
  },
  "dependencies": {
    "@alanszp/shared-context": "^20.4.4",
    "axios": "^1.16.1"
  },
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.29.5",
    "@babel/preset-typescript": "^7.23.3",
    "@types/jest": "^29.5.12",
    "@types/node": "^24.0.0",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "gitHead": "113b57dc0fa86390b1b9ea9bdd9bc219825544f4"
}
