{
  "name": "mercurius-codegen",
  "version": "6.0.1",
  "keywords": [
    "fastify",
    "graphql",
    "gql",
    "mercurius",
    "typescript",
    "codegen"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mercurius-js/mercurius-typescript"
  },
  "license": "MIT",
  "author": "PabloSz <pablosaez1995@gmail.com>",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@graphql-codegen/core": "^3.1.0",
    "@graphql-codegen/plugin-helpers": "^4.2.0",
    "@graphql-codegen/typed-document-node": "^4.0.1",
    "@graphql-codegen/typescript": "^3.0.4",
    "@graphql-codegen/typescript-operations": "^3.0.4",
    "@graphql-codegen/typescript-resolvers": "^3.2.1",
    "@graphql-codegen/visitor-plugin-common": "^3.1.1",
    "@graphql-tools/load-files": "^7.0.1",
    "@graphql-tools/utils": "^10.7.2",
    "@graphql-typed-document-node/core": "^3.2.0",
    "chokidar": "^3.6.0",
    "mkdirp": "^2.1.6"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/mkdirp": "^2.0.0",
    "@types/node": "^22.12.0",
    "@types/prettier": "^3.0.0",
    "@types/proxyquire": "^1.3.31",
    "@types/rimraf": "^3.0.2",
    "ava": "^6.2.0",
    "bob-watch": "^0.1.2",
    "c8": "^10.1.3",
    "changesets-github-release": "^0.1.0",
    "concurrently": "^9.1.2",
    "cross-env": "^7.0.3",
    "fastify": "^5.2.1",
    "graphql": "^16.10.0",
    "mercurius": "^16.0.1",
    "nyc": "17.1.0",
    "open-cli": "^8.0.0",
    "prettier": "^3.4.2",
    "proxyquire": "^2.1.3",
    "rimraf": "^3.0.2",
    "serve": "^14.2.4",
    "tmp-promise": "^3.0.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3",
    "wait-for-expect": "^3.0.2",
    "wait-on": "^8.0.2",
    "mercurius-codegen": "6.0.1"
  },
  "peerDependencies": {
    "fastify": "^5.2.1",
    "graphql": "*",
    "mercurius": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
    "prettier": "^3.4.2"
  },
  "engines": {
    "pnpm": ">=9.15.4"
  },
  "scripts": {
    "build": "tsc --removeComments && tsc --emitDeclarationOnly",
    "dev": "tsc --watch --preserveWatchOutput",
    "test": "cross-env TS_NODE_PROJECT=test/tsconfig.json c8 ava test/index.test.ts",
    "test:watch": "bob-watch -w src test package.json -c \"pnpm test\"",
    "watch": "concurrently -r pnpm:test:watch \"wait-on coverage && serve coverage/lcov-report\" \"wait-on -s 1 tcp:5000 && open-cli http://localhost:5000\""
  }
}