{
  "name": "@arashi/logger",
  "version": "4.1.5",
  "description": "Logger",
  "main": "./lib/api.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "@aws-sdk/client-cloudwatch-logs": "3.1001.0",
    "events": "3.3.0",
    "luxon": "3.7.2",
    "util": "0.12.5"
  },
  "peerDependencies": {
    "@arashi/interfaces": ">=1.1.0 <2.0.0"
  },
  "devDependencies": {
    "@arashi/interfaces": "1.2.1",
    "@jest/types": "30.2.0",
    "@totalpave/eslint-plugin": "7.0.17",
    "@types/jest": "30.0.0",
    "@types/luxon": "3.7.1",
    "@types/node": "^24.11.0",
    "auto-changelog": "2.5.0",
    "jest": "30.2.0",
    "ts-jest": "29.4.6",
    "ts-node": "10.9.2",
    "typedoc": "0.28.17",
    "typedoc-plugin-markdown": "4.10.0",
    "typescript": "5.9.3"
  },
  "scripts": {
    "lint": "eslint ./src ./spec",
    "lint:fix": "eslint --fix ./src ./spec",
    "docs": "typedoc --excludePrivate --includeVersion -readme ./README.md --out ./docs ./src/api.ts",
    "build": "npm run lint && tsc",
    "build:release": "tsc",
    "changelog": "auto-changelog --output CHANGELOG.md -p --release-summary --ignore-commit-pattern chore",
    "test": "npm run lint && jest",
    "preversion": "npm test",
    "version": "NODE_ENV=production npm run-script build:release && npm run-script docs && npm run changelog && git add CHANGELOG.md docs && git commit -m 'chore: changelog'",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arashijs/logger.git"
  },
  "author": "norman@nbsolutions.ca",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/arashijs/logger/issues"
  },
  "homepage": "https://github.com/arashijs/logger#readme"
}
