{
  "name": "debugnyan",
  "version": "4.1.1",
  "description": "A logging library that combines the simplicity and convenience of debug with the power of bunyan",
  "keywords": [
    "bridge",
    "bunyan",
    "debug",
    "debugging",
    "json",
    "log",
    "logging"
  ],
  "homepage": "https://github.com/uphold/debugnyan/",
  "bugs": "https://github.com/uphold/debugnyan/issues",
  "license": "MIT",
  "author": {
    "name": "Rui Marinho",
    "email": "ruipmarinho@gmail.com",
    "url": "https://github.com/ruimarinho"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/uphold/debugnyan.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "uphold-scripts lint .",
    "release": "release-it",
    "test": "uphold-scripts test"
  },
  "pre-commit": [
    "lint"
  ],
  "jest": {
    "collectCoverageFrom": [
      "index.js"
    ]
  },
  "dependencies": {
    "bunyan": "^1.8.15",
    "debug": "^4.3.4"
  },
  "devDependencies": {
    "release-it": "^17.0.0",
    "uphold-scripts": "^0.7.1"
  },
  "engines": {
    "node": ">=18"
  },
  "types": "index.d.ts"
}
