UNPKG

@graphql-hive/logger-winston

Version:
62 lines 1.42 kB
{ "name": "@graphql-hive/logger-winston", "version": "1.0.0-rc-520754a15e4a8ddc955a0d5cc76b25966413e9b9", "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", "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" }, "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "pkgroll --clean-dist", "prepack": "yarn build" }, "peerDependencies": { "graphql": "^15.9.0 || ^16.9.0", "winston": "^3.17.0" }, "peerDependenciesMeta": { "@parcel/watcher": { "optional": true } }, "dependencies": { "@graphql-mesh/types": "^0.103.6", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.8.1" }, "devDependencies": { "graphql": "16.10.0", "pkgroll": "2.10.0", "winston": "^3.17.0" }, "sideEffects": false }