@graphql-mesh/plugin-prometheus
Version:
49 lines • 1.22 kB
JSON
{
"name": "@graphql-mesh/plugin-prometheus",
"version": "0.95.5-alpha-20230914192409-5b753fa89",
"sideEffects": false,
"peerDependencies": {
"@graphql-mesh/types": "0.95.4-alpha-20230914192409-5b753fa89",
"@graphql-mesh/utils": "0.95.4-alpha-20230914192409-5b753fa89",
"graphql": "*",
"graphql-yoga": "4.0.4",
"prom-client": "^13 || ^14.0.0",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-yoga/plugin-prometheus": "2.0.5"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/plugins/prometheus"
},
"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"
}
}