{
  "name": "@graphql-mesh/plugin-statsd",
  "version": "0.0.17-alpha-20220929214706-1fa5318d7",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "*",
    "hot-shots": "^8.0.0 || ^9.0.0"
  },
  "dependencies": {
    "@envelop/statsd": "2.6.0",
    "@graphql-mesh/types": "0.84.7-alpha-20220929214706-1fa5318d7",
    "@graphql-mesh/utils": "0.41.18-alpha-20220929214706-1fa5318d7",
    "tslib": "^2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "Urigo/graphql-mesh",
    "directory": "packages/plugins/statsd"
  },
  "license": "MIT",
  "main": "index.js",
  "module": "index.mjs",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  },
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    },
    "./*": {
      "require": "./*.js",
      "import": "./*.mjs"
    },
    "./package.json": "./package.json"
  }
}
