{
  "name": "openapi-client-axios",
  "description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.",
  "version": "7.9.0",
  "license": "MIT",
  "keywords": [
    "openapi",
    "swagger",
    "client",
    "axios",
    "frontend",
    "browser",
    "mock",
    "typescript"
  ],
  "author": "Viljami Kuosmanen <viljami@viljami.io>",
  "funding": "https://github.com/sponsors/anttiviljami",
  "homepage": "https://openapistack.co",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openapistack/openapi-client-axios.git"
  },
  "bugs": {
    "url": "https://github.com/openapistack/openapi-client-axios/issues"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "*.js",
    "*.d.ts",
    "*.map",
    "**/*.js",
    "**/*.d.ts",
    "**/*.map",
    "!*.test.*",
    "!**/*.test.*",
    "!__tests__/**",
    "!src/**",
    "!*.config.js"
  ],
  "peerDependencies": {
    "axios": ">=0.25.0",
    "js-yaml": "^4.1.0"
  },
  "dependencies": {
    "bath-es5": "^3.0.3",
    "dereference-json-schema": "^0.2.1",
    "openapi-types": "^12.1.3"
  },
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/js-yaml": "^4.0.5",
    "@types/json-schema": "^7.0.6",
    "axios": "^1.13.5",
    "axios-mock-adapter": "^1.22.0",
    "jest": "^29.7.0",
    "json-schema": "^0.4.0",
    "json-schema-deref-sync": "^0.14.0",
    "msw": "^1.3.2",
    "prettier": "^3.0.3",
    "source-map-support": "^0.5.10",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.5.5"
  },
  "scripts": {
    "build": "tsc",
    "watch-build": "tsc -w",
    "prepare": "npm run build",
    "test": "NODE_ENV=test jest",
    "lint": "prettier --check src/**/*.ts __tests__/**/*.ts",
    "lint:fix": "prettier --write src/**/*.ts __tests__/**/*.ts"
  },
  "gitHead": "6ea364b653a2264ddd2de4d2f1ddabc5cf3cbfd5"
}
