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

59 lines
1.4 KiB
JSON

{
"name": "@push.rocks/smartlog-receiver",
"version": "2.0.0",
"private": false,
"description": "A package that acts as a receiver for smartlog-destination-receiver, utilizing plugins for functionality.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.1"
},
"dependencies": {
"@pushrocks/smarthash": "^3.0.1",
"@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartlog-interfaces": "^2.0.23"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
],
"type": "module",
"keywords": [
"logging",
"receiver",
"smartlog",
"authentication",
"validation",
"typescript",
"plugins",
"smartlog integration",
"log management",
"security"
],
"homepage": "https://code.foss.global/push.rocks/smartlog-receiver",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlog-receiver.git"
}
}