{
  "name": "@bernierllc/logging",
  "version": "0.1.12",
  "description": "A comprehensive logging package with Winston integration for audit and system logging",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts",
    "examples": "ts-node examples/run-examples.ts"
  },
  "keywords": [
    "logging",
    "winston",
    "audit",
    "system",
    "typescript"
  ],
  "author": "Bernier LLC",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bernier-llc/tools"
  },
  "dependencies": {
    "winston": "^3.11.0",
    "winston-daily-rotate-file": "^4.7.1"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/jest": "^29.5.14",
    "typescript": "^5.0.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.4.0",
    "eslint": "^8.0.0",
    "prettier": "^3.0.0",
    "ts-node": "^10.9.0"
  },
  "peerDependencies": {
    "winston": "^3.11.0"
  }
}
