{
  "name": "apollo-codegen-swift",
  "description": "Swift generator module for Apollo Codegen",
  "version": "0.40.9",
  "author": "Apollo GraphQL <packages@apollographql.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-tooling.git"
  },
  "homepage": "https://github.com/apollographql/apollo-tooling",
  "bugs": "https://github.com/apollographql/apollo-tooling/issues",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">=8",
    "npm": ">=6"
  },
  "dependencies": {
    "apollo-codegen-core": "^0.40.9",
    "change-case": "^4.0.0",
    "common-tags": "^1.5.1",
    "inflected": "^2.0.3"
  },
  "jest": {
    "preset": "ts-jest",
    "transformIgnorePatterns": [
      "/node_modules/"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "**/__tests__/*.(js|ts)"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/lib/",
      "<rootDir>/test/fixtures/",
      "<rootDir>/test/test-utils"
    ],
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "globals": {
      "ts-jest": {
        "tsconfig": "<rootDir>/tsconfig.test.json",
        "diagnostics": false
      }
    }
  },
  "gitHead": "58b96377de23b35f31264fda805d967a63a800c7"
}
