UNPKG

@xylabs/logger

Version:

XYLabs Logger Library

66 lines (65 loc) 1.43 kB
{ "name": "@xylabs/logger", "version": "5.0.80", "description": "XYLabs Logger Library", "keywords": [ "logger", "xylabs", "utility", "typescript", "esm" ], "homepage": "https://xylabs.com", "bugs": { "url": "git+https://github.com/xylabs/sdk-js/issues", "email": "support@xylabs.com" }, "repository": { "type": "git", "url": "git+https://github.com/xylabs/sdk-js.git" }, "license": "LGPL-3.0-only", "author": { "name": "XY Labs Development Team", "email": "support@xylabs.com", "url": "https://xylabs.com" }, "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/neutral/index.d.ts", "source": "./src/index.ts", "default": "./dist/neutral/index.mjs" }, "./package.json": "./package.json" }, "module": "./dist/neutral/index.mjs", "source": "./src/index.ts", "types": "./dist/neutral/index.d.ts", "files": [ "dist", "src", "!**/*.bench.*", "!**/*.spec.*", "!**/*.test.*" ], "dependencies": { "@xylabs/enum": "~5.0.80", "@xylabs/error": "~5.0.80", "@xylabs/typeof": "~5.0.80" }, "devDependencies": { "@types/node": "~25.2.3", "@xylabs/ts-scripts-yarn3": "~7.3.2", "@xylabs/tsconfig": "~7.3.2", "typescript": "~5.9.3", "vitest": "~4.0.18" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" } }