smartlog-destination-clickh.../package.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2022-07-26 11:43:23 +00:00
{
2023-07-10 08:02:35 +00:00
"name": "@push.rocks/smartlog-destination-clickhouse",
2024-06-14 20:03:07 +00:00
"version": "1.0.14",
2022-07-26 11:43:23 +00:00
"private": false,
2024-04-14 15:49:32 +00:00
"description": "A library to integrate Smartlog logging with ClickHouse database for efficient log storage and querying.",
2022-07-26 11:43:23 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
2024-06-14 15:14:55 +00:00
"@git.zone/tsbuild": "^2.1.80",
2024-04-14 15:49:32 +00:00
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.46",
2024-06-14 15:14:55 +00:00
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.14.2"
2022-07-26 11:43:23 +00:00
},
"dependencies": {
2024-06-14 15:14:55 +00:00
"@push.rocks/smartclickhouse": "^2.0.17",
"@push.rocks/smartlog-interfaces": "^3.0.2"
2022-07-26 11:43:23 +00:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-04-14 15:49:32 +00:00
],
"keywords": [
"logging",
"clickhouse",
"smartlog",
"log management",
"database integration",
"typescript",
"real-time logging",
"structured logging",
"log storage",
"log querying"
2024-05-29 12:14:10 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartlog-destination-clickhouse",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlog-destination-clickhouse.git"
}
2024-06-14 15:14:55 +00:00
}