{
  "name": "graphql-codegen-typescript-client",
  "version": "0.15.0-alpha.1914405e",
  "description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
  "repository": "git@github.com:dotansimha/graphql-code-generator.git",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "yarn build",
    "build": "codegen-templates-scripts build",
    "test": "codegen-templates-scripts test",
    "pretest": "yarn build"
  },
  "dependencies": {
    "graphql-codegen-core": "0.15.0-alpha.1914405e",
    "graphql-codegen-plugin-helpers": "0.15.0-alpha.1914405e",
    "graphql-codegen-typescript-common": "0.15.0-alpha.1914405e"
  },
  "devDependencies": {
    "codegen-templates-scripts": "0.15.0-alpha.1914405e",
    "graphql": "14.0.2",
    "graphql-codegen-plugin-handlebars-helpers": "0.15.0-alpha.1914405e"
  },
  "main": "./dist/index.js",
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "enableTsDiagnostics": false
      }
    },
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
