{
  "name": "@graphcommerce/graphql-codegen-relay-optimizer-plugin",
  "homepage": "https://www.graphcommerce.org/",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "8.0.8",
  "description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "scripts": {
    "test": "jest",
    "dev": "tsc -W --preserveWatchOutput",
    "build": "tsc",
    "prepack": "tsc"
  },
  "dependencies": {
    "@ardatan/relay-compiler": "12.0.0",
    "@graphql-codegen/plugin-helpers": "5.0.2"
  },
  "devDependencies": {
    "@graphql-codegen/testing": "3.0.1",
    "@types/jest": "29.5.11",
    "@types/relay-compiler": "8.0.4",
    "jest": "29.7.0",
    "jest-diff": "^28.1.3",
    "ts-jest": "29.1.1",
    "typescript": "5.3.3"
  },
  "peerDependencies": {
    "@graphcommerce/eslint-config-pwa": "^8.0.8",
    "@graphcommerce/prettier-config-pwa": "^8.0.8",
    "graphql": "^16.7.1"
  },
  "prettier": "@graphcommerce/prettier-config-pwa",
  "eslint": {
    "extends": "@graphcommerce/eslint-config-pwa"
  },
  "eslintConfig": {
    "extends": "@graphcommerce/eslint-config-pwa",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  }
}
