smartlog-destination-receiver/package.json
2024-05-29 14:14:20 +02:00

61 lines
1.5 KiB
JSON

{
"name": "@push.rocks/smartlog-destination-receiver",
"version": "2.0.6",
"private": false,
"description": "A package providing a destination handler for smartlog logging packages",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@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"
},
"dependencies": {
"@push.rocks/smarthash": "^3.0.2",
"@push.rocks/smartlog-interfaces": "^3.0.0",
"@push.rocks/webrequest": "^3.0.28"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"logging",
"smartlog",
"destination",
"receiver",
"typescript",
"logs",
"smartlog-interfaces",
"nodejs"
],
"homepage": "https://code.foss.global/push.rocks/smartlog-destination-receiver",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlog-destination-receiver.git"
}
}