{
  "name": "@tinacms/graphql",
  "type": "module",
  "version": "2.4.2",
  "main": "dist/index.js",
  "module": "./dist/index.js",
  "files": [
    "package.json",
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "license": "SEE LICENSE IN LICENSE",
  "buildConfig": {
    "entryPoints": [
      {
        "name": "src/index.ts",
        "target": "node",
        "bundle": []
      }
    ]
  },
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "abstract-level": "^1.0.4",
    "date-fns": "^2.30.0",
    "es-toolkit": "^1.42.0",
    "fast-glob": "^3.3.3",
    "fs-extra": "^11.3.0",
    "glob-parent": "^6.0.2",
    "graphql": "15.8.0",
    "gray-matter": "^4.0.3",
    "isomorphic-git": "^1.29.0",
    "js-sha1": "^0.6.0",
    "js-yaml": "^3.14.1",
    "jsonpath-plus": "^10.3.0",
    "many-level": "^2.0.0",
    "micromatch": "4.0.8",
    "normalize-path": "^3.0.0",
    "readable-stream": "^4.7.0",
    "yup": "^1.6.1",
    "@tinacms/schema-tools": "2.8.0",
    "@tinacms/mdx": "2.1.5"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/@tinacms/graphql"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/estree": "^0.0.50",
    "@types/express": "^4.17.21",
    "@types/fs-extra": "^9.0.13",
    "@types/js-yaml": "^3.12.10",
    "@types/lru-cache": "^5.1.1",
    "@types/mdast": "^3.0.15",
    "@types/micromatch": "^4.0.9",
    "@types/node": "^22.13.1",
    "@types/normalize-path": "^3.0.2",
    "@types/ws": "^7.4.7",
    "@vitest/coverage-v8": "0.32.4",
    "jest-file-snapshot": "^0.5.0",
    "memory-level": "^1.0.0",
    "typescript": "^5.7.3",
    "vite": "^4.5.9",
    "vitest": "^0.32.4",
    "zod": "^3.24.2",
    "@tinacms/schema-tools": "2.8.0",
    "@tinacms/scripts": "1.6.1"
  },
  "scripts": {
    "types": "pnpm tsc",
    "build": "tinacms-scripts build",
    "docs": "pnpm typedoc",
    "test": "vitest run --coverage.enabled",
    "test-watch": "vitest"
  }
}