{
  "name": "@sendoutcards/apollo-codegen-typescript",
  "description": "TypeScript generator module for Apollo Codegen",
  "version": "0.27.34",
  "main": "./lib/index.js",
  "scripts": {
    "clean": "rm -rf lib",
    "prebuild": "npm run clean",
    "build": "tsc -p .",
    "watch": "tsc -w -p .",
    "test": "./node_modules/.bin/jest",
    "prepack": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "SendOutCards/apollo-cli"
  },
  "author": "Martijn Walraven <martijn@martijnwalraven.com>",
  "license": "MIT",
  "engines": {
    "node": ">=6.0",
    "npm": ">=5.0"
  },
  "devDependencies": {
    "@types/graphql": "^0.13.1",
    "@types/inflected": "^1.1.29",
    "graphql": "^0.13.1",
    "jest": "^22.0.3",
    "jest-matcher-utils": "^22.0.3",
    "lerna": "^2.11.0",
    "ts-jest": "^22.0.0",
    "typescript": "^2.6.2"
  },
  "dependencies": {
    "@babel/types": "7.1.6",
    "apollo-codegen-core": "^0.27.0",
    "change-case": "^3.0.1",
    "immutable": "4.0.0-rc.12",
    "inflected": "^2.0.3",
    "lodash": "^4.17.10"
  },
  "jest": {
    "testEnvironment": "node",
    "testMatch": [
      "**/__tests__/*.(js|ts)"
    ],
    "setupFiles": [
      "<rootDir>/../apollo-codegen-core/src/polyfills.ts"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/lib/",
      "<rootDir>/test/fixtures/",
      "<rootDir>/test/test-utils"
    ],
    "transform": {
      "^.+\\.(ts|js)x?$": "<rootDir>../../node_modules/ts-jest/preprocessor.js"
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "globals": {
      "ts-jest": {
        "tsConfigFile": "tsconfig.json",
        "skipBabel": true
      }
    }
  }
}
