{
  "name": "@gapi/microservices",
  "version": "1.8.169",
  "repository": {
    "type": "git",
    "url": "https://github.com/Stradivario/gapi-microservices.git"
  },
  "scripts": {
    "patch": "npm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist",
    "delete-dist": "rm -rf dist",
    "clean": "git clean -dxf",
    "test": "echo test",
    "lint": "npx eslint . --ext .ts",
    "lint-fix": "npx eslint . --fix --ext .ts",
    "build": "rm -rf dist && tsc || true"
  },
  "author": {
    "name": "Kristian Tachev(Stradivario)",
    "email": "kristiqn.tachev@gmail.com"
  },
  "keywords": [
    "graphql",
    "gapi",
    "node"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stradivario/gapi/issues"
  },
  "dependencies": {
    "apollo-link-http": "^1.5.3",
    "graphql-tools": "^5.0.0",
    "node-fetch": "^2.1.2"
  },
  "devDependencies": {
    "@rxdi/core": "^0.7.193",
    "@gapi/auth": "^1.8.22",
    "@gapi/core": "^1.8.22",
    "@types/graphql": "^14.5.0",
    "graphql": "^14.6.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts"
}
