{
  "name": "nuxt-open-fetch",
  "type": "module",
  "version": "0.13.9",
  "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
  "description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
  "author": {
    "name": "Taras Batenkov",
    "email": "taras.batenkov@gmail.com"
  },
  "contributors": [
    {
      "email": "me@norbiros.dev",
      "name": "Norbiros",
      "url": "https://norbiros.dev"
    }
  ],
  "license": "MIT",
  "repository": "Norbiros/nuxt-open-fetch",
  "keywords": [
    "nuxt",
    "nuxt3",
    "api",
    "openapi",
    "query",
    "fetch",
    "composable"
  ],
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "pnpm dev:prepare && nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "docs": "pnpm dev:prepare && nuxt dev docs --uiDev",
    "docs:build": "pnpm dev:prepare && nuxt build docs",
    "release": "pnpm lint && pnpm test && pnpm typecheck && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
    "release:major": "pnpm lint && pnpm test && pnpm typecheck && pnpm prepack && changelogen --release --major && pnpm publish && git push --follow-tags",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "cd playground/ && vitest run",
    "test:watch": "cd playground/ && vitest watch",
    "typecheck": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
  },
  "dependencies": {
    "@nuxt/kit": "^4.2.1",
    "defu": "^6.1.4",
    "ohash": "^2.0.11",
    "openapi-typescript": "^7.10.1",
    "openapi-typescript-helpers": "^0.0.15",
    "scule": "^1.3.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^6.2.0",
    "@nuxt/devtools": "^3.1.0",
    "@nuxt/eslint-config": "^1.10.0",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.2.1",
    "@types/node": "^24.10.1",
    "changelogen": "^0.6.2",
    "eslint": "^9.39.1",
    "happy-dom": "^20.0.10",
    "listhen": "^1.9.0",
    "nuxt": "^4.2.1",
    "ofetch": "^1.5.1"
  },
  "resolutions": {
    "@norbiros/nuxt-auto-form": "workspace:*",
    "h3": "^1.15.4"
  }
}
