{
  "name": "google-logging-utils",
  "version": "2.0.1",
  "description": "A debug logger package for other Google libraries",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "files": [
    "build/src"
  ],
  "scripts": {
    "pretest": "npm run prepare",
    "test": "c8 mocha build/test",
    "lint": "gts check test src samples",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "precompile": "gts clean",
    "samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
    "system-test": "echo no system tests 🙀",
    "docs": "echo no docs needed"
  },
  "author": "Google API Authors",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "directory": "core/packages/logging-utils",
    "url": "https://github.com/googleapis/google-cloud-node.git"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.0.0",
    "@types/sinon": "^21.0.0",
    "c8": "^10.1.3",
    "gts": "^6.0.2",
    "mocha": "^11.1.0",
    "sinon": "21.0.3",
    "typescript": "5.8.3"
  },
  "bugs": {
    "url": "https://github.com/googleapis/google-cloud-node/issues"
  },
  "homepage": "https://github.com/googleapis/google-cloud-node/tree/main/core/packages/logging-utils",
  "engines": {
    "node": ">=22"
  }
}
