{
  "name": "graphql-retag",
  "version": "0.1.17",
  "description": "Helpful utility that wraps `graphql-tag` module for parsing GraphQL queries, supports nesting fragments and resolves dependencies.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "rm -rf build && tsc",
    "test": "jest",
    "release": "git pull --rebase && npm run test && npm version patch && npm run build && npm publish && git push --tags && git push"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/3axap4eHko/graphql-retag.git"
  },
  "keywords": [],
  "author": "Ivan Zakharchanka",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/3axap4eHko/graphql-retag/issues"
  },
  "homepage": "https://github.com/3axap4eHko/graphql-retag#readme",
  "devDependencies": {
    "@types/graphql": "^14.5.0",
    "@types/jest": "^27.0.2",
    "graphql": "^15.6.0",
    "graphql-tag": "^2.12.5",
    "jest": "^27.2.2",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.3"
  },
  "peerDependencies": {
    "graphql": "^15.6.0",
    "graphql-tag": "^2.12.5"
  }
}
