{
  "name": "eslint-plugin-graphile-export",
  "version": "1.0.0",
  "description": "ESLint plugin to help ensure your schema is exportable by graphile-export",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/crystal.git"
  },
  "keywords": [
    "eslint-plugin",
    "graphile",
    "exporter",
    "schema",
    "graphite"
  ],
  "author": "Benjie Gillam <code@benjiegillam.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/crystal/issues"
  },
  "homepage": "https://graphile.org/",
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.26.0"
  },
  "files": [
    "dist"
  ]
}