{
  "name": "winston-chatwork-webhook-transport",
  "version": "0.0.7",
  "description": "A Chatwork transport for Winston 3 that logs to a channel via webhooks.",
  "scripts": {
    "test": "mocha",
    "lint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:nts-sys/winston-chatwork-webhook-transport.git"
  },
  "main": "index.mjs",
  "author": "nts-sys",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nts-sys/winston-chatwork-webhook-transport/issues"
  },
  "keywords": [
    "winston",
    "transport",
    "chatwork",
    "log",
    "logger",
    "logging",
    "webhook"
  ],
  "dependencies": {
    "winston-transport": "^4.7.0"
  },
  "devDependencies": {
    "dotenv": "^16.4.5",
    "eslint": "^9.4.0",
    "eslint-plugin-jsdoc": "^48.2.9",
    "mocha": "^10.4.0",
    "prettier": "^3.3.0",
    "winston": "^3.13.0"
  }
}
