{
  "name": "@ardatan/relay-compiler",
  "version": "13.0.1",
  "description": "Fork of `relay-compiler`",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ardatan/graphql-tools.git"
  },
  "homepage": "https://relay.dev",
  "bugs": "https://github.com/ardatan/graphql-tools/issues",
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "graphql",
    "relay"
  ],
  "peerDependencies": {
    "graphql": "*"
  },
  "dependencies": {
    "@babel/runtime": "^7.29.2",
    "immutable": "^5.1.5",
    "invariant": "^2.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "bob": false
}
