{
  "name": "@google-cloud/logging-winston",
  "description": "Cloud Logging transport for Winston",
  "version": "6.0.2",
  "license": "Apache-2.0",
  "author": "Google Inc.",
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "directory": "handwritten/logging-winston",
    "url": "https://github.com/googleapis/google-cloud-node.git"
  },
  "main": "./build/src/index.js",
  "types": "./build/src/index.d.ts",
  "files": [
    "build/src",
    "!build/src/**/*.map",
    "CODE_OF_CONDUCT.md"
  ],
  "keywords": [
    "google apis client",
    "google api client",
    "google apis",
    "google api",
    "google",
    "google cloud platform",
    "google cloud",
    "cloud",
    "google logging",
    "logging",
    "cloud logging",
    "cloud",
    "winston transport",
    "winston"
  ],
  "scripts": {
    "docs": "jsdoc -c .jsdoc.js",
    "lint": "gts check",
    "presamples-test": "npm run compile",
    "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
    "presystem-test": "npm run pretest",
    "system-test": "mocha build/system-test --timeout 600000",
    "test": "cross-env NODE_OPTIONS='--no-deprecation' c8 mocha --recursive build/test",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "prelint": "cd samples; npm link ../; npm install",
    "precompile": "gts clean"
  },
  "dependencies": {
    "@google-cloud/logging": "^11.2.1",
    "google-auth-library": "^10.5.0",
    "lodash.mapvalues": "^4.6.0",
    "winston-transport": "^4.9.0"
  },
  "devDependencies": {
    "@google-cloud/common": "^6.0.0",
    "@types/lodash.mapvalues": "^4.6.9",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.10.1",
    "@types/proxyquire": "^1.3.31",
    "@types/triple-beam": "^1.3.5",
    "c8": "^10.1.3",
    "codecov": "^3.8.3",
    "cross-env": "^7.0.3",
    "gts": "^6.0.2",
    "jsdoc": "^4.0.5",
    "jsdoc-fresh": "^5.0.2",
    "jsdoc-region-tag": "^4.0.1",
    "mocha": "^11.7.5",
    "pack-n-play": "4.2.1",
    "post-install-check": "^0.0.1",
    "proxyquire": "^2.1.3",
    "typescript": "^5.9.3",
    "winston": "^3.18.3"
  },
  "peerDependencies": {
    "winston": ">=3.2.1"
  },
  "homepage": "https://github.com/googleapis/google-cloud-node/tree/main/handwritten/logging-winston"
}
