{
  "name": "apiful",
  "type": "module",
  "version": "5.0.1",
  "packageManager": "pnpm@11.20.0",
  "description": "A fetch client you compose – typed from your OpenAPI schema, no generated client code",
  "author": "Johann Schopplich <hello@johannschopplich.com>",
  "license": "MIT",
  "homepage": "https://apiful.land",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johannschopplich/apiful.git"
  },
  "bugs": {
    "url": "https://github.com/johannschopplich/apiful/issues"
  },
  "keywords": [
    "api",
    "api-client",
    "fetch",
    "nitro",
    "ofetch",
    "openapi",
    "openapi-typescript",
    "type-safe",
    "typescript"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./config": {
      "types": "./dist/config.d.mts",
      "default": "./dist/config.mjs"
    },
    "./extensions": {
      "types": "./dist/extensions/index.d.mts",
      "default": "./dist/extensions/index.mjs"
    },
    "./openapi": {
      "types": "./dist/openapi/index.d.mts",
      "default": "./dist/openapi/index.mjs"
    },
    "./openapi/client": {
      "types": "./dist/openapi/client.d.mts",
      "default": "./dist/openapi/client.mjs"
    },
    "./openapi/types": {
      "types": "./dist/openapi/types.d.mts",
      "default": "./dist/openapi/types.mjs"
    },
    "./schema": {
      "types": "./schema.d.mts",
      "default": "./schema.mjs"
    },
    "./http-status-codes": {
      "types": "./dist/generated/http-status-codes.d.mts",
      "default": "./dist/generated/http-status-codes.mjs"
    },
    "./http-status-phrases": {
      "types": "./dist/generated/http-status-phrases.d.mts",
      "default": "./dist/generated/http-status-phrases.mjs"
    },
    "./utils": {
      "types": "./dist/utils/index.d.mts",
      "default": "./dist/utils/index.mjs"
    }
  },
  "types": "dist/index.d.mts",
  "bin": {
    "apiful": "bin/apiful.mjs"
  },
  "files": [
    "bin",
    "dist",
    "schema.*"
  ],
  "scripts": {
    "build": "tsdown",
    "dev": "node playground/clients.ts",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "generate:http-status-codes": "node scripts/update-http-status-codes.ts",
    "generate:cli-snippets": "node scripts/update-cli-snippets.ts",
    "generate:test-fixtures": "node src/cli/entry.ts generate --root=\"test/fixtures\"",
    "playground:generate": "node src/cli/entry.ts generate --root=\"playground\"",
    "playground:types": "tsc --noEmit -p playground",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest --typecheck",
    "test:types": "tsc --noEmit",
    "release": "bumpp",
    "prepack": "pnpm run build"
  },
  "peerDependencies": {
    "json-schema-to-typescript-lite": "^15.0.0",
    "openapi-typescript": "^7.8.0"
  },
  "peerDependenciesMeta": {
    "json-schema-to-typescript-lite": {
      "optional": true
    },
    "openapi-typescript": {
      "optional": true
    }
  },
  "dependencies": {
    "@types/json-schema": "^7.0.15",
    "ansis": "^4.3.1",
    "c12": "^4.0.0-beta.5",
    "citty": "^0.2.2",
    "ofetch": "^1.5.1",
    "openapi-typescript-helpers": "0.1.0",
    "scule": "^1.3.0",
    "utilful": "^3.1.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.2.0",
    "@iconify-json/carbon": "^1.2.25",
    "@iconify-json/devicon-plain": "^1.2.57",
    "@types/node": "^26.1.2",
    "bumpp": "^12.1.1",
    "consola": "^3.4.2",
    "eslint": "^10.8.0",
    "eslint-flat-config-utils": "^3.2.0",
    "get-port-please": "^3.2.0",
    "h3": "^2.0.1-rc.26",
    "json-schema-to-typescript-lite": "^15.0.0",
    "listhen": "^1.10.1",
    "openapi-typescript": "^7.13.0",
    "tinyexec": "^1.3.0",
    "ts-morph": "^28.0.0",
    "tsdown": "^0.22.14",
    "typescript": "^6.0.3",
    "unocss": "^66.7.5",
    "vite": "^8.2.0",
    "vitepress": "^1.6.4",
    "vitest": "^4.1.10"
  }
}
