{
  "name": "@halo-dev/api-client",
  "version": "2.25.2",
  "description": "API Client for Halo 2",
  "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/api-client#readme",
  "bugs": {
    "url": "https://github.com/halo-dev/halo/issues"
  },
  "license": "GPL-3.0",
  "author": "@halo-dev",
  "contributors": [
    {
      "name": "Ryan Wang",
      "url": "https://github.com/ruibaby"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/halo-dev/halo.git",
    "directory": "ui/packages/api-client"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/entry/index.d.ts"
      ]
    }
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "qs": "^6.14.0"
  },
  "devDependencies": {
    "@openapitools/openapi-generator-cli": "^2.28.1",
    "@types/qs": "^6.14.0",
    "rimraf": "^5.0.10"
  },
  "peerDependencies": {
    "axios": "^1.16.0"
  },
  "inlinedDependencies": {
    "call-bind-apply-helpers": "1.0.2",
    "call-bound": "1.0.4",
    "dunder-proto": "1.0.1",
    "es-define-property": "1.0.1",
    "es-errors": "1.3.0",
    "es-object-atoms": "1.1.1",
    "function-bind": "1.1.2",
    "get-intrinsic": "1.3.0",
    "get-proto": "1.0.1",
    "gopd": "1.2.0",
    "has-symbols": "1.1.0",
    "hasown": "2.0.2",
    "math-intrinsics": "1.1.0",
    "object-inspect": "1.13.4",
    "qs": "6.14.0",
    "side-channel": "1.1.0",
    "side-channel-list": "1.0.0",
    "side-channel-map": "1.0.1",
    "side-channel-weakmap": "1.0.2"
  },
  "scripts": {
    "build": "vp pack",
    "gen": "rimraf --glob './src/**' && openapi-generator-cli generate -i ../../../api-docs/openapi/v3_0/aggregated.json -g typescript-axios -c ./.openapi_config.yaml -o ./src --type-mappings='set=Array' --global-property apiDocs=false,modelDocs=false"
  }
}