{
  "name": "@graphql-markdown/types",
  "version": "1.13.0",
  "description": "Common types for @graphql-markdown packages",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-markdown/graphql-markdown.git",
    "directory": "packages/types"
  },
  "keywords": [
    "graphql-markdown",
    "types",
    "typescript"
  ],
  "author": "Gregory Heitz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphql-markdown/graphql-markdown/issues"
  },
  "homepage": "https://github.com/graphql-markdown/graphql-markdown#readme",
  "types": "src/index.d.ts",
  "scripts": {
    "build": "tsgo --build"
  },
  "devDependencies": {
    "@graphql-tools/load": "8.1.10",
    "@graphql-tools/utils": "11.1.0",
    "graphql": "16.14.0",
    "graphql-config": "5.1.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src"
  ]
}
