@wundergraph/apollo-to-cosmo-metrics
Version:
An apollo gateway plugin that exports schema usage metrics to cosmo
54 lines (53 loc) • 1.39 kB
JSON
{
"name": "@wundergraph/apollo-to-cosmo-metrics",
"description": "An apollo gateway plugin that exports schema usage metrics to cosmo",
"version": "0.2.0",
"author": {
"name": "WunderGraph Maintainers",
"email": "info@wundergraph.com"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"url": "https://github.com/wundergraph/apollo-compatibility"
},
"keywords": [
"wundergraph",
"cosmo",
"gateway",
"apollo",
"federation",
"graphql"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"start": "node ./dist/index.js",
"build": "del dist && tsc",
"test": "tsc -p tsconfig.test.json && vitest run --reporter=default --reporter=hanging-process",
"format": "prettier --write -c src"
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@bufbuild/protobuf": "^1.9.0",
"@connectrpc/connect": "^1.5.0",
"@connectrpc/connect-node": "^1.5.0",
"@esm2cjs/yocto-queue": "^1.0.0",
"@wundergraph/composition": "^0.29.0",
"graphql": "^16.9.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.4",
"lodash-es": "^4.17.21",
"typescript": "^5.6.2",
"vitest": "^2.1.3"
},
"gitHead": "de86fffc80ff08ffbf64ef8499536b46b41aa628"
}