{
  "name": "@graphitation/apollo-react-relay-duct-tape-compiler",
  "description": "The build tools to cater to @graphitation/apollo-react-relay-duct-tape's needs.",
  "license": "MIT",
  "version": "1.9.11",
  "main": "./lib/index.js",
  "bin": {
    "duct-tape-compiler": "./lib/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/graphitation.git",
    "directory": "packages/apollo-react-relay-duct-tape-compiler"
  },
  "scripts": {
    "build": "monorepo-scripts build",
    "lint": "monorepo-scripts lint",
    "test": "monorepo-scripts test",
    "types": "monorepo-scripts types",
    "just": "monorepo-scripts"
  },
  "dependencies": {
    "@graphitation/graphql-js-tag": "^0.11.1",
    "@graphql-tools/optimize": "^1.1.1",
    "relay-compiler": "^12.0.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@graphitation/graphql-js-tag": "^0.11.1",
    "@graphitation/supermassive-ast": "*",
    "@types/dedent": "^0.7.0",
    "@types/jest": "^26.0.22",
    "@types/relay-compiler": "^8.0.0",
    "@types/yargs": "^17.0.13",
    "dedent": "^0.7.0",
    "graphql": "^15.0.0",
    "monorepo-scripts": "*",
    "relay-test-utils": "^12.0.0",
    "relay-test-utils-internal": "^12.0.0",
    "ts-node": "^10.4.0",
    "typescript": "^5.5.3"
  },
  "peerDependencies": {
    "@graphitation/supermassive": "^4.0.1",
    "graphql": "^15.0.0",
    "typescript": "^5.5.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./lib/index.js",
      "types": "./lib/index.d.ts"
    }
  }
}
