{
  "name": "@power-plant/graphql-input",
  "version": "0.0.87",
  "private": false,
  "description": "A Power Plant input for reading the source specification from a GraphQL schema document.",
  "keywords": [
    "graphql",
    "graphql-schema",
    "power-plant-input",
    "power-plant",
    "storm-software"
  ],
  "homepage": "https://stormsoftware.com",
  "bugs": {
    "url": "https://stormsoftware.com/support",
    "email": "support@stormsoftware.com"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/power-plant.git",
    "directory": "packages/inputs/graphql-input"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.com",
    "url": "https://stormsoftware.com"
  },
  "maintainers": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "contributors": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "default": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./input": {
      "require": {
        "types": "./dist/input.d.cts",
        "default": "./dist/input.cjs"
      },
      "import": {
        "types": "./dist/input.d.mts",
        "default": "./dist/input.mjs"
      },
      "default": {
        "types": "./dist/input.d.mts",
        "default": "./dist/input.mjs"
      }
    },
    "./loaders": {
      "require": {
        "types": "./dist/loaders.d.cts",
        "default": "./dist/loaders.cjs"
      },
      "import": {
        "types": "./dist/loaders.d.mts",
        "default": "./dist/loaders.mjs"
      },
      "default": {
        "types": "./dist/loaders.d.mts",
        "default": "./dist/loaders.mjs"
      }
    },
    "./package.json": "./package.json",
    "./types": {
      "require": {
        "types": "./dist/types.d.cts",
        "default": "./dist/types.cjs"
      },
      "import": {
        "types": "./dist/types.d.mts",
        "default": "./dist/types.mjs"
      },
      "default": {
        "types": "./dist/types.d.mts",
        "default": "./dist/types.mjs"
      }
    },
    "./utilities": {
      "require": {
        "types": "./dist/utilities.d.cts",
        "default": "./dist/utilities.cjs"
      },
      "import": {
        "types": "./dist/utilities.d.mts",
        "default": "./dist/utilities.mjs"
      },
      "default": {
        "types": "./dist/utilities.d.mts",
        "default": "./dist/utilities.mjs"
      }
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "typings": "dist/index.d.mts",
  "files": ["dist"],
  "dependencies": {
    "@graphql-tools/apollo-engine-loader": "^8.0.35",
    "@graphql-tools/code-file-loader": "^8.1.37",
    "@graphql-tools/git-loader": "^8.0.41",
    "@graphql-tools/github-loader": "^9.1.7",
    "@graphql-tools/graphql-file-loader": "^8.1.19",
    "@graphql-tools/json-file-loader": "^8.0.33",
    "@graphql-tools/load": "^8.1.16",
    "@graphql-tools/url-loader": "^9.1.7",
    "@graphql-tools/utils": "^11.2.2",
    "@graphql-typed-document-node/core": "^3.2.0",
    "@power-plant/core": "^0.0.91",
    "@power-plant/graphql-schema": "^0.0.1",
    "@power-plant/schema": "^0.0.89",
    "@stryke/resolve": "^0.0.27",
    "@stryke/type-checks": "^0.6.43",
    "@stryke/types": "^0.12.38",
    "graphql": "^17.0.2"
  },
  "devDependencies": {
    "@powerlines/plugin-tsdown": "^0.1.612",
    "@types/node": "^25.9.5",
    "powerlines": "^0.47.211"
  },
  "publishConfig": { "access": "public" },
  "gitHead": "bc1c485164b94d2ba499632c202f5a1335f6e2ca"
}
