{
  "name": "@graphcommerce/graphql-codegen-relay-optimizer-plugin",
  "homepage": "https://www.graphcommerce.org/",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "9.0.0-canary.97",
  "description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "scripts": {
    "dev": "tsc -W --preserveWatchOutput",
    "build": "tsc",
    "prepack": "tsc"
  },
  "dependencies": {
    "@ardatan/relay-compiler": "12.0.0",
    "@graphql-codegen/plugin-helpers": "5.0.4"
  },
  "devDependencies": {
    "@types/relay-compiler": "8.0.4",
    "typescript": "5.5.3"
  },
  "peerDependencies": {
    "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.97",
    "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.97",
    "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"
    }
  }
}
