{
  "name": "@imho/http-axios",
  "version": "0.9.0",
  "description": "",
  "license": "MIT",
  "author": "Alberto Villa <villa.alberto@gmail.com>",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/*.md",
    "/dist",
    "!**/*.test.*"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rm -rf dist *.tsbuildinfo",
    "prepack": "npm run build"
  },
  "peerDependencies": {
    "@imho/clock": "^0.5.0 || ^0.6.0",
    "@imho/http": "^0.7.0",
    "@imho/logger": "*",
    "affex": "^0.12.0",
    "axios": "^1.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "851b416a3c0ebee94178b9d9d29dc3c70ffca2cf"
}
