{
  "name": "winston-slack-webhook-transport",
  "version": "2.1.0",
  "description": "A Slack transport for Winston 3 that logs to a channel via webhooks.",
  "main": "slackHook.js",
  "typings": "./slackHook.d.ts",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheAppleFreak/winston-slack-webhook-transport.git"
  },
  "author": "TheAppleFreak",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TheAppleFreak/winston-slack-webhook-transport/issues"
  },
  "homepage": "https://github.com/TheAppleFreak/winston-slack-webhook-transport#readme",
  "files": [
    "slackHook.js",
    "slackHook.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "axios": "^0.22.0",
    "winston-transport": "^4.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@types/node": "^16.10.2",
    "babel-plugin-rewire": "^1.2.0",
    "jest": "^27.2.4"
  }
}
