{
  "name": "streams-logger",
  "version": "3.1.6",
  "description": "",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "workspaces": [
    "test"
  ],
  "scripts": {
    "clean": "rm -rf ./dist/*",
    "build": "tsc --build .",
    "watch": "tsc --watch",
    "clean:build": "npm run clean && npm run build",
    "format": "prettier --write .",
    "format:lint": "npm run format && npm run lint",
    "lint": "eslint src",
    "lint:all": "eslint .",
    "check": "npm run lint:all && npm test",
    "test": "npm run clean:build && npm run test --workspace ./test",
    "prepack": "npm run clean:build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adamjpatterson/streams-logger.git"
  },
  "author": "FAR",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adamjpatterson/streams-logger/issues"
  },
  "homepage": "https://github.com/adamjpatterson/streams-logger#readme",
  "engines": {
    "npm": ">=10.8.2",
    "node": ">=18.20.8"
  },
  "dependencies": {},
  "devDependencies": {
    "@eslint/js": "^9.37.0",
    "@stylistic/eslint-plugin": "^5.4.0",
    "@types/node": "^20.11.28",
    "eslint": "^9.38.0",
    "globals": "^16.4.0",
    "nodemon": "^3.1.9",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.46.1"
  },
  "keywords": [
    "bunyan",
    "logger",
    "logging",
    "logs",
    "pino",
    "stream",
    "streams",
    "streams-logger",
    "winston"
  ],
  "type": "commonjs"
}
