{
  "name": "@graphql-hive/router-query-planner",
  "version": "0.0.43",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "README.md",
    "dist/index.js",
    "dist/index.cjs",
    "dist/index.d.ts",
    "dist/*.node"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/router.git",
    "directory": "lib/node-addon"
  },
  "homepage": "https://the-guild.dev/graphql/hive/docs/router",
  "author": {
    "email": "contact@the-guild.dev",
    "name": "The Guild",
    "url": "https://the-guild.dev"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "napi": {
    "binaryName": "hive_router_query_planner",
    "targets": [
      "aarch64-unknown-linux-gnu",
      "x86_64-unknown-linux-gnu",
      "aarch64-apple-darwin",
      "x86_64-apple-darwin"
    ]
  },
  "engines": {
    "node": ">=20",
    "bun": "^1"
  },
  "scripts": {
    "build": "RELEASE=true node scripts/build.ts",
    "build:debug": "node scripts/build.ts",
    "test": "node tests/index.ts",
    "test:updatesnaps": "node --test-update-snapshots tests/index.ts"
  },
  "devDependencies": {
    "@types/node": "26.1.1",
    "@napi-rs/cli": "3.7.4"
  }
}