@graphql-hive/logger-winston
Version:
57 lines • 1.29 kB
JSON
{
"name": "@graphql-hive/logger-winston",
"version": "1.0.4",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/logger-winston"
},
"homepage": "https://the-guild.dev/graphql/hive/docs/gateway",
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist",
"prepack": "yarn build"
},
"peerDependencies": {
"graphql": "^15.9.0 || ^16.9.0",
"winston": "^3.17.0"
},
"dependencies": {
"@graphql-mesh/types": "^0.104.7",
"@whatwg-node/disposablestack": "^0.0.6",
"tslib": "^2.8.1"
},
"devDependencies": {
"graphql": "16.11.0",
"pkgroll": "2.15.0",
"winston": "^3.17.0"
},
"sideEffects": false
}