{
  "name": "@trackunit/graphql-build-tools",
  "version": "0.0.110",
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=24.x"
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "require": "./src/index.js",
      "default": "./src/index.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "graphql-build-tools": "./bin/index.js"
  },
  "dependencies": {
    "@graphql-tools/delegate": "^10.2.13",
    "@graphql-tools/schema": "^10.1.0",
    "@graphql-tools/utils": "^10.8.2",
    "@graphql-tools/wrap": "^10.0.31",
    "es-toolkit": "^1.39.10",
    "glob": "^13.0.6",
    "tslib": "^2.6.2",
    "zod": "^3.25.76"
  },
  "peerDependencies": {
    "graphql": "^16.10.0"
  },
  "repository": "https://github.com/Trackunit/manager",
  "migrations": "./migrations.json"
}