{
  "name": "is-axios-error",
  "description": "Check if an error is an Axios error",
  "version": "1.0.0",
  "files": [
    "src",
    "lib",
    "lib-commonjs",
    "dist"
  ],
  "main": "./lib-commonjs/index.js",
  "module": "./lib/index.js",
  "types": "./dist/is-axios-error.d.ts",
  "docModel": "./dist/is-axios-error.api.json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dtinth/is-axios-error.git"
  },
  "homepage": "https://github.com/dtinth/is-axios-error#readme",
  "bugs": {
    "url": "https://github.com/dtinth/is-axios-error/issues"
  },
  "devDependencies": {
    "@changesets/cli": "2.25.0",
    "@rushstack/heft": "0.48.7",
    "@rushstack/heft-web-rig": "0.12.10",
    "@types/heft-jest": "1.0.3",
    "@types/node": "^18.11.7",
    "axios": "^1.1.3",
    "prettier": "2.7.1"
  },
  "peerDependencies": {
    "axios": "*"
  },
  "scripts": {
    "build": "heft build",
    "test": "heft test",
    "release": "./scripts/release",
    "format": "prettier --write .",
    "api": "./scripts/generate-api-docs"
  }
}