{
  "name": "@datalust/winston-seq",
  "version": "3.0.1",
  "license": "Apache-2.0",
  "description": "A Winston v3 transport for Seq",
  "author": "Datalust and contributors",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "pretest": "tsc",
    "test": "mocha dist/**/*.test.js",
    "lint": "eslint src/** test/**"
  },
  "peerDependencies": {
    "winston": "^3.17.0"
  },
  "dependencies": {
    "seq-logging": "^3.0.0",
    "winston-transport": "^4.9.0"
  },
  "devDependencies": {
    "@types/node": "^22.13.14",
    "@types/chai": "^5.2.2",
    "@types/mocha": "^10.0.10",
    "axios": "^1.9.0",
    "dotenv": "^16.5.0",
    "eslint": "^9.26.0",
    "@eslint/js": "9.26.0",
    "typescript-eslint": "^8.32.0",
    "typescript": "^5.8.3",
    "mocha": "^11.2.2",
    "chai": "^5.2.0",
    "winston": "^3.17.0"
  },
  "homepage": "https://github.com/datalust/winston-seq",
  "repository": {
    "type": "git",
    "url": "https://github.com/datalust/winston-seq.git"
  },
  "keywords": [
    "winston",
    "logging",
    "winston-transport",
    "winston-seq",
    "seq"
  ],
  "files": [
    "dist/src/index.d.ts",
    "dist/src/index.d.ts.map",
    "dist/src/index.js",
    "dist/src/index.js.map"
  ]
}
