{
  "name": "@graphql-modules/epoxy",
  "version": "0.4.0",
  "repository": "https://github.com/Urigo/graphql-modules.git",
  "homepage": "https://graphql-modules.com/",
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "lint": "tslint -c ../../tslint.json 'src/**/*.ts' --format stylish"
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "diagnostics": false
      }
    },
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "dependencies": {
    "deepmerge": "3.1.0",
    "graphql-tools": "4.0.4",
    "tslib": "1.9.3"
  },
  "devDependencies": {
    "graphql-tag": "2.10.1",
    "jest": "24.0.0",
    "tslint": "5.12.1",
    "typescript": "3.2.4"
  },
  "typings": "./dist/index.d.ts",
  "typescript": {
    "definition": "./dist/index.d.ts"
  },
  "publishConfig": {
    "access": "public"
  }
}
