{
  "name": "@nexe/logger",
  "version": "0.1.2",
  "description": "Nexe Logger - A powerful logging solution based on Pino",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "check-types": "tsc --noEmit",
    "prepublishOnly": "npm run clean && npm run build",
    "publish:npm": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aqz236/nexe-logger.git"
  },
  "homepage": "https://github.com/aqz236/nexe-logger#readme",
  "bugs": {
    "url": "https://github.com/aqz236/nexe-logger/issues"
  },
  "author": "aqz236",
  "license": "MIT",
  "dependencies": {
    "pino": "^9.7.0",
    "pino-pretty": "^13.1.1",
    "pino-std-serializers": "^7.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.1.0",
    "typescript": "5.8.3"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "keywords": [
    "hestjs",
    "logger",
    "pino",
    "logging",
    "structured-logging"
  ]
}
