{
  "name": "graphile-build",
  "version": "5.0.0",
  "description": "Build a GraphQL schema from plugins",
  "type": "commonjs",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/crystal.git"
  },
  "keywords": [
    "graphile",
    "graphql",
    "engine",
    "apollo",
    "graphqljs",
    "plugin",
    "build",
    "extension",
    "graphite"
  ],
  "author": "Benjie Gillam <code@benjiegillam.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/crystal/issues"
  },
  "homepage": "https://graphile.org/graphile-build/",
  "dependencies": {
    "@types/node": "^22.19.1",
    "@types/pluralize": "^0.0.33",
    "@types/semver": "^7.7.1",
    "chalk": "^4.1.2",
    "debug": "^4.4.3",
    "graphile-config": "^1.0.0",
    "graphql": "^16.9.0",
    "lodash": "^4.17.23",
    "pluralize": "^7.0.0",
    "semver": "^7.7.3",
    "tamedevil": "^0.1.0",
    "transliteration": "^2.3.5",
    "tslib": "^2.8.1"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "grafast": "^1.0.0-rc.8",
    "graphile-config": "^1.0.0-rc.5",
    "graphql": "^16.9.0"
  },
  "files": [
    "dist"
  ]
}