smartlog-destination-receiver/package.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2018-11-11 13:29:26 +00:00
{
2023-07-10 08:02:48 +00:00
"name": "@push.rocks/smartlog-destination-receiver",
2024-05-17 23:34:54 +00:00
"version": "2.0.6",
2018-11-11 13:29:26 +00:00
"private": false,
2024-04-14 15:52:36 +00:00
"description": "A package providing a destination handler for smartlog logging packages",
2020-06-05 16:10:52 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-11-11 13:29:26 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-07 12:33:36 +00:00
"build": "(tsbuild --web)",
2022-06-26 07:27:01 +00:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2018-11-11 13:29:26 +00:00
},
"devDependencies": {
2024-05-17 23:32:05 +00:00
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/qenv": "^6.0.5",
"@push.rocks/smartlog": "^3.0.6",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.12.12"
2018-11-11 13:29:26 +00:00
},
"dependencies": {
2024-05-17 23:32:05 +00:00
"@push.rocks/smarthash": "^3.0.2",
"@push.rocks/smartlog-interfaces": "^3.0.0",
"@push.rocks/webrequest": "^3.0.28"
2020-06-05 16:10:52 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2022-06-26 07:27:01 +00:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
2024-04-14 15:52:36 +00:00
],
"keywords": [
"logging",
"smartlog",
"destination",
"receiver",
"typescript",
"logs",
"smartlog-interfaces",
"nodejs"
2024-05-29 12:14:20 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartlog-destination-receiver",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlog-destination-receiver.git"
}
}