{
  "name": "nuxt-open-fetch-x",
  "type": "module",
  "version": "0.11.0",
  "description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
  "license": "MIT",
  "repository": "Norbiros/nuxt-open-fetch-x",
  "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"
  ],
  "dependencies": {
    "@nuxt/kit": "^3.17.5",
    "defu": "^6.1.4",
    "ohash": "^2.0.11",
    "openapi-typescript": "^7.8.0",
    "openapi-typescript-helpers": "^0.0.15",
    "scule": "^1.3.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.14.1",
    "@nuxt/devtools": "^2.5.0",
    "@nuxt/eslint-config": "^1.4.1",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/schema": "^3.17.5",
    "@nuxt/test-utils": "^3.19.1",
    "@types/node": "^22.15.30",
    "@vue/test-utils": "^2.4.6",
    "changelogen": "^0.6.1",
    "eslint": "^9.28.0",
    "h3": "^1.15.3",
    "happy-dom": "^17.6.3",
    "listhen": "^1.9.0",
    "nuxt": "^3.17.5",
    "ofetch": "^1.4.1",
    "vitest": "^3.2.2"
  },
  "scripts": {
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "dev:server": "listhen -w ./playground/server.ts",
    "start:server": "listhen ./playground/server.ts",
    "release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "",
    "test:watch": "vitest watch"
  }
}