@loglayer/transport-victoria-logs
Version:
VictoriaLogs transport for the LogLayer logging library.
61 lines • 1.63 kB
JSON
{
"name": "@loglayer/transport-victoria-logs",
"description": "VictoriaLogs transport for the LogLayer logging library.",
"version": "2.0.3",
"type": "module",
"main": "./dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
}
},
"types": "./dist/index.d.mts",
"sideEffects": false,
"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": "2.1.0"
},
"devDependencies": {
"@types/node": "25.2.3",
"dotenv": "17.3.1",
"serialize-error": "13.0.1",
"tsdown": "0.20.3",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "4.0.18",
"@internal/tsconfig": "2.1.0",
"@loglayer/transport": "3.0.2",
"loglayer": "9.1.0"
},
"bugs": "https://github.com/loglayer/loglayer/issues",
"files": [
"dist"
],
"homepage": "https://loglayer.dev/transports/victoria-logs",
"scripts": {
"build": "tsdown src/index.ts",
"clean": "rm -rf .turbo node_modules dist",
"dev": "tsdown --watch",
"test": "vitest --run",
"test:watch": "vitest",
"lint": "biome check --no-errors-on-unmatched --write --unsafe src",
"lint:staged": "biome check --no-errors-on-unmatched --write --unsafe --staged src",
"verify-types": "tsc --noEmit"
}
}