UNPKG

@graphql-mesh/plugin-newrelic

Version:
42 lines (41 loc) 1.03 kB
{ "name": "@graphql-mesh/plugin-newrelic", "version": "0.2.16-alpha-20220929214706-1fa5318d7", "sideEffects": false, "peerDependencies": { "graphql": "*", "newrelic": "^7 || ^8.0.0" }, "dependencies": { "@envelop/core": "^2.3.2", "@envelop/newrelic": "4.3.0", "@graphql-mesh/cross-helpers": "0.2.6", "@graphql-mesh/string-interpolation": "0.3.2", "@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/newrelic" }, "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" } }