UNPKG

@loglayer/transport-victoria-logs

Version:

VictoriaLogs transport for the LogLayer logging library.

57 lines 1.44 kB
{ "name": "@loglayer/transport-victoria-logs", "description": "VictoriaLogs transport for the LogLayer logging library.", "version": "1.0.3", "type": "module", "main": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "types": "./dist/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/loglayer/loglayer.git", "directory": "packages/transports/victoria-logs" }, "author": "Theo Gravity <theo@suteki.nu>", "keywords": [ "loglayer", "transport", "victoria", "victoria metrics", "victoria logs", "logging", "logs" ], "dependencies": { "@loglayer/transport-http": "1.0.2" }, "devDependencies": { "dotenv": "16.5.0", "hash-runner": "2.0.1", "@types/node": "22.15.17", "serialize-error": "12.0.0", "tsx": "4.20.3", "tsup": "8.5.0", "typescript": "5.8.3", "vitest": "3.2.4", "loglayer": "6.4.3", "@internal/tsconfig": "2.1.0" }, "bugs": "https://github.com/loglayer/loglayer/issues", "files": [ "dist" ], "homepage": "https://loglayer.dev/transports/victoria-logs", "scripts": { "build": "tsup src/index.ts", "dev": "tsup --watch", "test": "vitest --run", "test:watch": "vitest", "lint": "biome check --write --unsafe src && biome format src --write && biome lint src --fix" } }