{
    "name": "@tezx/profiler",
    "version": "1.0.7",
    "type": "module",
    "main": "index.js",
    "module": "index.mjs",
    "types": "index.d.ts",
    "typings": "index.d.ts",
    "description": "Lightweight profiling middleware for TezX framework with built-in system stats UI and rotating file storage.",
    "keywords": [
        "tezx",
        "profiler",
        "middleware",
        "performance",
        "metrics",
        "system stats",
        "nodejs",
        "deno",
        "bun"
    ],
    "license": "MIT",
    "files": [
        "index.js",
        "index.mjs",
        "index.d.ts"
    ],
    "exports": {
        ".": {
            "import": "./index.mjs",
            "require": "./cjs/index.js",
            "types": "./index.d.ts"
        }
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/tezxjs/tezx-toolkit"
    },
    "author": "TezX Team",
    "bugs": {
        "url": "https://github.com/tezxjs/tezx-toolkit/issues"
    },
    "homepage": "https://github.com/tezxjs/tezx-toolkit/blob/main/middlewares/tezx-profiler/README.md",
    "engines": {
        "node": ">=18",
        "bun": ">=1.0",
        "deno": ">=1.42"
    },
    "sideEffects": false,
    "publishConfig": {
        "access": "public"
    }
}