{
  "name": "@automatons/typescript-client-axios",
  "version": "2.3.8",
  "repository": "https://github.com/openapi-automatons/typescript-client-axios.git",
  "author": "tanmen <yt.prog@gmail.com>",
  "license": "MIT",
  "packageManager": "yarn@1.22.22",
  "type": "module",
  "keywords": [
    "openapi",
    "openapi-automatons",
    "automatons",
    "axios"
  ],
  "main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "prebuild": "depcheck",
    "build": "tsup && cp -R src/static dist/ && cp package.json README.md LICENSE dist",
    "lint": "eslint src",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:integration": "tsx scripts/pretest.ts && vitest run --config test/vitest.config.ts",
    "prepare": "husky"
  },
  "dependencies": {
    "@automatons/parser": "^1.2.7",
    "@automatons/tools": "^2.2.4",
    "prettier": "^3.8.4",
    "ts-morph": "^28.0.0"
  },
  "peerDependencies": {
    "axios": "^0 || ^1",
    "object-to-formdata": "^4",
    "openapi-automatons": "^2"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.0.2",
    "@commitlint/config-conventional": "^21.0.2",
    "@eslint/js": "^10.0.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/node": "^25.9.3",
    "@vitest/coverage-v8": "^3.2.0",
    "axios": "^1",
    "axios-mock-adapter": "^2.1.0",
    "depcheck": "^1.4.7",
    "eslint": "^10.4.1",
    "eslint-config-prettier": "^10.1.8",
    "husky": "^9.1.7",
    "lint-staged": "^17.0.7",
    "object-to-formdata": "^4.5.1",
    "semantic-release": "^25.0.5",
    "tsup": "^8.5.0",
    "tsx": "^4.19.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.61.0",
    "vitest": "^3.2.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
