{
  "name": "relay-test-utils",
  "description": "Utilities for testing Relay applications.",
  "version": "20.1.1",
  "keywords": [
    "graphql",
    "relay"
  ],
  "license": "MIT",
  "homepage": "https://relay.dev",
  "bugs": "https://github.com/facebook/relay/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/relay.git",
    "directory": "packages/relay-test-utils"
  },
  "dependencies": {
    "@babel/runtime": "^7.25.0",
    "fbjs": "^3.0.2",
    "invariant": "^2.2.4",
    "relay-runtime": "20.1.1"
  },
  "directories": {
    "": "./"
  },
  "main": "index.js",
  "haste_commonjs": true
}
