{
  "name": "graphql-codegen-typescript-operations-tester",
  "version": "0.0.9",
  "description": "graphql-code-generator plugin to generate test functions on operations",
  "main": "./dist/index.js",
  "types": "./src/index.ts",
  "scripts": {
    "codegen": "graphql-codegen --config ./test/int/codegen.yml",
    "test": "jest",
    "build": "tsc",
    "lint": "prettier --check . && eslint . && tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hellocomet/graphql-codegen-typescript-operations-tester.git"
  },
  "keywords": [
    "plugin",
    "graphql",
    "typescript",
    "schema",
    "test",
    "graphql-schema",
    "codegenerator",
    "testing-tools",
    "codegen",
    "codegeneration",
    "graphql-code-generator",
    "graphql-codegen"
  ],
  "author": "Alexandre Moatty",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hellocomet/graphql-codegen-typescript-operations-tester/issues"
  },
  "homepage": "https://github.com/hellocomet/graphql-codegen-typescript-operations-tester#readme",
  "devDependencies": {
    "@graphql-codegen/cli": "^1.21.7",
    "@graphql-codegen/typescript": "^1.23.0",
    "@graphql-codegen/typescript-operations": "^1.18.4",
    "@types/jest": "^26.0.24",
    "@typescript-eslint/eslint-plugin": "^4.5.0",
    "@typescript-eslint/parser": "^4.5.0",
    "eslint": "^7.5.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-import-resolver-typescript": "^2.3.0",
    "eslint-plugin-import": "^2.22.0",
    "graphql": "^15.5.1",
    "jest": "^26.6.3",
    "prettier": "2.2.1",
    "prettier-plugin-organize-imports": "^1.1.1",
    "ts-jest": "^26.5.6",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@graphql-codegen/plugin-helpers": "^1.18.8",
    "change-case-all": "^1.0.14"
  },
  "peerDependencies": {
    "@graphql-codegen/typescript": ">=1.21.1",
    "@graphql-codegen/typescript-operations": ">=1.17.8",
    "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
  }
}
