{
  "name": "node-json-logger",
  "version": "0.3.0",
  "description": "Simply, output logs to STDOUT in JSON",
  "author": "hidori",
  "license": "MIT",
  "keywords": [
    "logger",
    "json"
  ],
  "homepage": "https://github.com/hidori/node-json-logger#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hidori/node-json-logger.git"
  },
  "bugs": {
    "url": "https://github.com/hidori/node-json-logger/issues"
  },
  "engines": {
    "node": ">=22"
  },
  "main": "index.js",
  "scripts": {
    "test": "nyc ava --verbose",
    "report": "nyc report --reporter=html",
    "preversion": "npm test",
    "version": "git add --all",
    "postversion": "git push && git push --tags"
  },
  "dependencies": {
    "moment-timezone": "^0.5.43"
  },
  "devDependencies": {
    "ava": "^6.0.0",
    "eslint": "^9.0.0",
    "nyc": "^18.0.0"
  },
  "overrides": {
    "uuid": "^11.1.0"
  }
}
