UNPKG

@graphql-yoga/plugin-apollo-usage-report

Version:

Apollo's GraphOS usage report plugin for GraphQL Yoga.

78 lines (77 loc) 2.08 kB
{ "name": "@graphql-yoga/plugin-apollo-usage-report", "version": "0.13.1-alpha-20260205002102-3907273d720911b1f0a452da1b772ad00bc8984d", "type": "module", "description": "Apollo's GraphOS usage report plugin for GraphQL Yoga.", "repository": { "type": "git", "url": "https://github.com/graphql-hive/graphql-yoga.git", "directory": "packages/plugins/apollo-usage-report" }, "author": "Valentin Cocaud <v.cocaud@gmail.com>", "license": "MIT", "engines": { "node": ">=18.0.0" }, "main": "dist/index.cjs", "typings": "dist/index.d.mts", "module": "dist/index.mjs", "exports": { ".": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "default": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "./package.json": "./package.json" }, "files": [ "dist" ], "scripts": { "build": "tsdown", "check": "tsc --pretty --noEmit", "watch": "tsdown --watch" }, "peerDependencies": { "@envelop/core": "workspace:*", "graphql": "^15.2.0 || ^16.0.0", "graphql-yoga": "workspace:^" }, "dependencies": { "@apollo/server-gateway-interface": "^2.0.0", "@apollo/usage-reporting-protobuf": "^4.1.1", "@apollo/utils.usagereporting": "^2.1.0", "@graphql-tools/utils": "^10.11.0", "@graphql-yoga/logger": "workspace:^", "@graphql-yoga/plugin-apollo-inline-trace": "workspace:^", "@whatwg-node/promise-helpers": "^1.3.2", "tslib": "^2.8.1" }, "devDependencies": { "@envelop/core": "workspace:*", "@envelop/on-resolve": "workspace:*", "@whatwg-node/fetch": "^0.10.6", "graphql": "16.12.0", "graphql-yoga": "workspace:*", "tsdown": "^0.20.0-beta.1" }, "publishConfig": { "access": "public" }, "sideEffects": false, "buildOptions": { "input": "./src/index.ts" }, "typescript": { "definition": "dist/index.d.mts" } }