{
  "name": "houdini",
  "version": "1.5.10",
  "description": "The disappearing GraphQL clients",
  "keywords": [
    "typescript",
    "graphql",
    "graphql-client"
  ],
  "homepage": "https://github.com/HoudiniGraphql/houdini",
  "funding": "https://github.com/sponsors/HoudiniGraphql",
  "repository": {
    "type": "git",
    "url": "https://github.com/HoudiniGraphql/houdini.git"
  },
  "license": "MIT",
  "type": "module",
  "devDependencies": {
    "@babel/types": "^7.24.6",
    "@trivago/prettier-plugin-sort-imports": "^4.0.0",
    "@types/glob": "^8.0.0",
    "@types/minimatch": "^5.1.2",
    "@types/node": "^18.7.23",
    "@types/ungap__structured-clone": "^0.3.0",
    "kleur": "^4.1.5",
    "prettier": "^2.8.3",
    "rollup": "^4.28.1",
    "vitest": "^1.6.0",
    "scripts": "^1.0.0"
  },
  "dependencies": {
    "@babel/parser": "^7.24.6",
    "@clack/prompts": "^0.6.3",
    "@graphql-tools/merge": "^9.0.0",
    "@graphql-tools/schema": "^9.0.4",
    "@kitql/helpers": "^0.8.2",
    "@types/estree": "^1.0.0",
    "@types/fs-extra": "^9.0.13",
    "@types/micromatch": "^4.0.2",
    "@ungap/structured-clone": "^1.0.2",
    "@whatwg-node/server": "^0.9.14",
    "ast-types": "^0.16.1",
    "commander": "^9.4.0",
    "deepmerge": "^4.2.2",
    "estree-walker": "^3.0.1",
    "fs-extra": "^10.1.0",
    "glob": "^11.0.1",
    "graphql": "^15.8.0",
    "graphql-yoga": "^4.0.4",
    "memfs": "^3.4.7",
    "micromatch": "^4.0.5",
    "minimatch": "^5.1.0",
    "node-fetch": "^3.2.10",
    "npx-import": "^1.1.3",
    "recast": "^0.23.1",
    "vite-plugin-watch-and-run": "^1.7.0"
  },
  "peerDependencies": {
    "vite": "^5.3.3 || ^6.0.3"
  },
  "files": [
    "build"
  ],
  "exports": {
    "./package.json": "./package.json",
    "./adapter": {
      "types": "./build/adapter/index.d.ts",
      "import": "./build/adapter-esm/index.js",
      "require": "./build/adapter-cjs/index.js"
    },
    "./codegen": {
      "types": "./build/codegen/index.d.ts",
      "import": "./build/codegen-esm/index.js",
      "require": "./build/codegen-cjs/index.js"
    },
    ".": {
      "types": "./build/lib/index.d.ts",
      "import": "./build/lib-esm/index.js",
      "require": "./build/lib-cjs/index.js"
    },
    "./test": {
      "types": "./build/test/index.d.ts",
      "import": "./build/test-esm/index.js",
      "require": "./build/test-cjs/index.js"
    },
    "./vite": {
      "types": "./build/vite/index.d.ts",
      "import": "./build/vite-esm/index.js",
      "require": "./build/vite-cjs/index.js"
    }
  },
  "typesVersions": {
    "*": {
      "adapter": [
        "build/adapter/index.d.ts"
      ],
      "codegen": [
        "build/codegen/index.d.ts"
      ],
      "test": [
        "build/test/index.d.ts"
      ],
      "vite": [
        "build/vite/index.d.ts"
      ]
    }
  },
  "bin": "./build/cmd-esm/index.js",
  "main": "./build/lib-cjs/index.js",
  "types": "./build/lib/index.d.ts",
  "scripts": {
    "compile": "scripts build",
    "typedefs": "scripts typedefs"
  }
}