UNPKG

@graphql-mesh/plugin-newrelic

Version:
52 lines 1.33 kB
{ "name": "@graphql-mesh/plugin-newrelic", "version": "0.99.6-alpha-20240731212710-7bf0f9d3d294db0cf96217c25810dc7cba4b06a1", "sideEffects": false, "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", "@graphql-mesh/types": "^0.99.5", "@graphql-mesh/utils": "^0.99.5", "graphql": "*", "graphql-yoga": "^4.0.5 || ^5.0.0", "newrelic": "^7 || ^8.0.0 || ^10.0.0 || ^12.0.0", "tslib": "^2.4.0" }, "dependencies": { "@envelop/core": "^5.0.0", "@envelop/newrelic": "^7.0.0", "@graphql-mesh/string-interpolation": "^0.5.5" }, "repository": { "type": "git", "url": "ardatan/graphql-mesh", "directory": "packages/plugins/newrelic" }, "license": "MIT", "engines": { "node": ">=16.0.0" }, "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./package.json": "./package.json" } }