{
  "name": "jest-serializer-graphql-schema",
  "version": "5.0.0",
  "description": "Jest serializer for GraphQLSchema objects",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/crystal.git"
  },
  "keywords": [
    "jest",
    "graphql",
    "schema",
    "graphile",
    "graphite"
  ],
  "author": "David Baumgold <david@davidbaumgold.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/crystal/issues"
  },
  "homepage": "https://github.com/graphile/crystal/tree/main/utils/jest-serializer-graphql-schema",
  "peerDependencies": {
    "graphql": ">=15 <17"
  },
  "files": [
    "dist"
  ]
}