{
  "name": "graphql-combine-query",
  "version": "1.2.4",
  "description": "combine graphql query documents",
  "keywords": [
    "graphql",
    "combine",
    "merge"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "author": "Domas Lapinskas <domasx2@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/domasx2/graphql-combine-query.git"
  },
  "bugs": {
    "url": "https://github.com/domasx2/graphql-combine-query/issues"
  },
  "scripts": {
    "prepublish": "tsc",
    "test": "mocha -r ts-node/register tests.ts",
    "release": "tsc & release-it"
  },
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/mocha": "^7.0.2",
    "chai": "^4.2.0",
    "graphql": "^15.1.0",
    "mocha": "^8.1.3",
    "release-it": "^14.0.3",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.5"
  },
  "peerDependencies": {
    "graphql": "^15.1.0 || ^16.0.0"
  }
}
