{
  "name": "cubonacci-graphql-codegen-typescript-type-graphql",
  "version": "1.4.1",
  "description": "GraphQL Code Generator plugin for generating TypeScript types",
  "license": "MIT",
  "scripts": {
    "build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
    "test": "jest --config ../../../../jest.config.js"
  },
  "dependencies": {
    "@graphql-codegen/plugin-helpers": "1.4.0",
    "@graphql-codegen/visitor-plugin-common": "1.4.0",
    "tslib": "1.10.0"
  },
  "devDependencies": {
    "@graphql-codegen/testing": "1.4.0",
    "graphql": "14.4.2",
    "jest": "24.8.0",
    "ts-jest": "24.0.2",
    "typescript": "3.5.3"
  },
  "peerDependencies": {
    "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
  },
  "sideEffects": false,
  "main": "dist/commonjs/index.js",
  "module": "dist/esnext/index.js",
  "typings": "dist/esnext/index.d.ts",
  "typescript": {
    "definition": "dist/esnext/index.d.ts"
  },
  "jest-junit": {
    "outputDirectory": "../../../../test-results/typescript"
  },
  "publishConfig": {
    "access": "public"
  }
}
