{
  "name": "@graphql-debugger/schemas",
  "version": "0.0.0-alpha.109",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rocket-connect/graphql-debugger.git"
  },
  "homepage": "https://github.com/rocket-connect/graphql-debugger#readme",
  "dependencies": {
    "@graphql-debugger/time": "0.0.0-alpha.109",
    "zod": "3.23.8"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"No tests\""
  }
}