{
  "name": "graphile-export",
  "version": "1.0.1",
  "description": "Export in-memory generated GraphQL schemas to JS files when built with our helpers.",
  "type": "commonjs",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./helpers": {
      "types": "./dist/helpers.d.ts",
      "default": "./dist/helpers.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/crystal.git"
  },
  "keywords": [
    "graphql",
    "schema",
    "memory",
    "export",
    "output",
    "write",
    "file",
    "graphile",
    "graphite"
  ],
  "author": "Benjie Gillam <code@benjiegillam.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/crystal/issues"
  },
  "homepage": "https://graphile.org/",
  "dependencies": {
    "@babel/generator": "^7.28.5",
    "@babel/parser": "^7.28.5",
    "@babel/template": "^7.27.2",
    "@babel/traverse": "^7.28.5",
    "@babel/types": "^7.28.5",
    "@types/node": "^22.19.1",
    "prettier": "^3.6.2",
    "tslib": "^2.8.1"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "eslint": "^8.48.0 || ^9.26.0",
    "grafast": "^1.0.0-rc.8",
    "pg-sql2": "^5.0.0-rc.4"
  },
  "peerDependenciesMeta": {
    "eslint": {
      "optional": true
    },
    "pg-sql2": {
      "optional": true
    }
  },
  "files": [
    "dist"
  ]
}