{
  "name": "@gapi/playground",
  "version": "1.6.11",
  "repository": {
    "type": "git",
    "url": "https://github.com/Stradivario/gapi-playground"
  },
  "scripts": {
    "postpublish": "git push -f ssh://git@gitlab.youvolio.com:522/gapi/auth.git && git push --tags && git push ssh://git@gitlab.youvolio.com:522/gapi/auth.git --tags"
  },
  "author": {
    "name": "Kristian Tachev(Stradivario)",
    "email": "kristiqn.tachev@gmail.com"
  },
  "keywords": [
    "graphql",
    "gapi",
    "node"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stradivario/gapi-playground/issues"
  },
  "homepage": "https://github.com/Stradivario/gapi-playground#readme",
  "module": "index.js",
  "typings": "index.d.ts",
  "dependencies": {
    "graphql-playground-html": "^1.6.0"
  },
  "devDependencies": {
    "@rxdi/core": "0.2.16",
    "@rxdi/hapi": "0.0.173",
    "@types/hapi": "^17.0.14",
    "@types/node": "^10.3.4",
    "typescript": "3.0.1"
  }
}
