{
  "name": "@graphcommerce/graphql-codegen-near-operation-file",
  "homepage": "https://www.graphcommerce.org/",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "8.0.8",
  "sideEffects": false,
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "scripts": {
    "test": "jest",
    "dev": "tsc -W --preserveWatchOutput",
    "build": "tsc",
    "prepack": "tsc"
  },
  "prettier": "@graphcommerce/prettier-config-pwa",
  "eslintConfig": {
    "extends": "@graphcommerce/eslint-config-pwa",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  },
  "dependencies": {
    "@graphql-codegen/add": "5.0.1",
    "@graphql-codegen/plugin-helpers": "5.0.2",
    "@graphql-codegen/visitor-plugin-common": "4.1.0",
    "@graphql-tools/utils": "^10.0.12",
    "@types/parse-filepath": "^1.0.2",
    "parse-filepath": "^1.0.2"
  },
  "peerDependencies": {
    "@graphcommerce/eslint-config-pwa": "^8.0.8",
    "@graphcommerce/prettier-config-pwa": "^8.0.8",
    "@graphcommerce/typescript-config-pwa": "^8.0.8",
    "graphql": "^16.7.1"
  }
}
