{
  "name": "gc-json-logger",
  "version": "2.1.0",
  "license": "MIT",
  "author": "Igor Korchagin (https://github.com/igrek8)",
  "keywords": [
    "logger",
    "logging",
    "monitoring",
    "structured-logging",
    "google-cloud"
  ],
  "description": "Log JSON entries to stdout/stderr to be queried in Google Cloud Monitoring",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "runkitExampleFilename": "runkit.js",
  "homepage": "https://github.com/igrek8/gc-json-logger#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/igrek8/gc-json-logger"
  },
  "bugs": {
    "url": "https://github.com/igrek8/gc-json-logger/issues"
  },
  "files": [
    "dist",
    "runkit.js"
  ],
  "prettier": "@igrek8/prettier-config",
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "extends": "@igrek8/semantic-release-config"
  },
  "jest": {
    "preset": "@igrek8/jest-preset"
  },
  "eslintConfig": {
    "extends": "@igrek8/eslint-config",
    "env": {
      "node": true
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "scripts": {
    "clean": "rimraf dist",
    "test": "jest",
    "compile": "tsc -p tsconfig.build.json",
    "build": "npm run clean && npm run compile",
    "lint": "eslint \"**/*\"",
    "format": "prettier --check \"**/*\"",
    "docs": "typedoc build -o docs && typedoc publish -o docs"
  },
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "tslib": "^2"
  },
  "devDependencies": {
    "@commitlint/cli": "17.7.1",
    "@commitlint/config-conventional": "17.7.0",
    "@igrek8/eslint-config": "1.0.6",
    "@igrek8/jest-preset": "1.0.11",
    "@igrek8/prettier-config": "1.0.11",
    "@igrek8/semantic-release-config": "1.0.11",
    "@igrek8/tsconfig": "1.0.11",
    "@igrek8/typedoc": "1.1.2",
    "@types/node": "20.6.5",
    "typescript": "4.9.5",
    "jest": "29.7.0",
    "prettier": "2.8.8",
    "eslint": "8.50.0",
    "rimraf": "5.0.1",
    "tslib": "2.6.2"
  }
}
