{
  "name": "api-typing",
  "version": "1.20.0",
  "description": "Axios based HTTP client with type hint",
  "keywords": [
    "api",
    "typescript",
    "axios",
    "http",
    "type",
    "hint"
  ],
  "author": {
    "email": "sharkrain@outlook.com",
    "name": "yinzhenyu",
    "url": "https://blog.bgm.fun"
  },
  "homepage": "https://github.com/yinzhenyu-su/api-typing",
  "maintainers": [
    "yinzhenyu-su"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "outdir",
    "bin",
    "src"
  ],
  "bin": {
    "get-types": "./bin/cli.mjs"
  },
  "main": "./outdir/index.js",
  "module": "./outdir/index.js",
  "types": "./src/index.ts",
  "type": "module",
  "scripts": {
    "build-fast": "tsup",
    "build": "pnpm run build-fast --",
    "test": "pnpm run build && node ./scripts/init.js && vitest --run --coverage",
    "test:ui": "vitest --ui --coverage",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "pnpm run build",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs"
  },
  "license": "MIT",
  "dependencies": {
    "@types/lodash": "^4.17.24",
    "@types/node": "^22.15.1",
    "@types/qs": "^6.14.0",
    "@vue/reactivity": "^3.5.26",
    "axios": "^1.18.1",
    "lodash": "^4.18.1",
    "openapi-typescript": "^7.9.1",
    "qs": "^6.14.1"
  },
  "devDependencies": {
    "@egoist/prettier-config": "1.0.0",
    "@stackblitz/sdk": "^1.11.0",
    "@vitest/coverage-v8": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "prettier": "3.7.4",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.1",
    "typescript": "5.9.3",
    "vitepress": "^1.6.4",
    "vitest": "3.2.4",
    "zx": "^8.8.5"
  },
  "peerDependencies": {
    "@vue/reactivity": ">=3.0.0 <4.0.0"
  },
  "peerDependenciesMeta": {
    "@vue/reactivity": {
      "optional": false
    }
  },
  "volta": {
    "node": "22.15.0"
  }
}
