{
  "name": "graphql-import",
  "version": "1.0.0-729bc88.0",
  "license": "MIT",
  "repository": "git@github.com:ardatan/graphql-import.git",
  "sideEffects": false,
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "buildOptions": {
    "input": "./src/index.ts"
  },
  "scripts": {
    "clean": "rimraf dist",
    "prebuild": "yarn clean",
    "build": "bob",
    "prepack": "bob-update-version",
    "test": "jest --no-watchman --passWithNoTests",
    "lint": "tslint src/**/*.ts",
    "ci:release:canary": "node bump.js && npm publish --tag alpha",
    "docs": "typedoc --out docs src/index.ts --hideGenerator --exclude **/*.test.ts",
    "docs:publish": "cp ./now.json ./docs && cd docs && now --public -f && now alias && now rm --yes --safe graphql-import & cd .."
  },
  "peerDependencies": {
    "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
  },
  "devDependencies": {
    "@ardatan/bob": "0.2.7",
    "@types/jest": "25.1.4",
    "jest": "25.1.0",
    "ts-jest": "25.2.1",
    "@types/lodash": "4.14.149",
    "@types/node": "13.9.1",
    "graphql": "14.6.0",
    "tslint": "6.1.0",
    "tslint-config-standard": "9.0.0",
    "typedoc": "0.16.11",
    "typescript": "3.8.3"
  },
  "dependencies": {
    "@graphql-toolkit/apollo-engine-loader": "0.9.7",
    "@graphql-toolkit/core": "0.9.7",
    "@graphql-toolkit/code-file-loader": "0.9.7",
    "@graphql-toolkit/url-loader": "0.9.7",
    "@graphql-toolkit/json-file-loader": "0.9.7",
    "@graphql-toolkit/graphql-file-loader": "0.9.7",
    "@graphql-toolkit/git-loader": "0.9.7",
    "@graphql-toolkit/github-loader": "0.9.7",
    "@graphql-toolkit/prisma-loader": "0.9.7",
    "@graphql-toolkit/schema-merging": "0.9.7"
  }
}