{
  "name": "z-mmap-logger",
  "version": "1.0.1",
  "description": "High-performance logging for NestJS using memory-mapped files",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "node test.js"
  },
  "keywords": [
    "nestjs",
    "logger",
    "mmap",
    "performance"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@nestjs/common": "^10.0.0",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zill4/z-mmap-logger.git"
  },
  "homepage": "https://github.com/zill4/z-mmap-logger#readme",
  "bugs": {
    "url": "https://github.com/zill4/z-mmap-logger/issues"
  },
  "files": [
    "dist/**/*"
  ]
}
