smartlog-receiver/package.json

59 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2018-10-31 16:42:18 +00:00
{
2023-07-10 08:16:12 +00:00
"name": "@push.rocks/smartlog-receiver",
2022-07-27 10:34:42 +00:00
"version": "2.0.0",
2018-10-31 16:42:18 +00:00
"private": false,
2024-04-14 15:54:11 +00:00
"description": "A package that acts as a receiver for smartlog-destination-receiver, utilizing plugins for functionality.",
2020-06-07 12:41:25 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-10-31 16:42:18 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-07 12:41:25 +00:00
"build": "(tsbuild --web)",
2022-07-27 10:34:41 +00:00
"buildDocs": "tsdoc"
2018-10-31 16:42:18 +00:00
},
"devDependencies": {
2022-07-27 10:34:41 +00:00
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.1"
2018-10-31 16:42:18 +00:00
},
"dependencies": {
2022-07-27 10:34:41 +00:00
"@pushrocks/smarthash": "^3.0.1",
"@pushrocks/smartlog": "^3.0.1",
2022-03-07 21:07:59 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.23"
2020-06-07 12:41:25 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2022-03-07 21:08:32 +00:00
],
"browserslist": [
"last 1 chrome versions"
2022-07-27 10:34:41 +00:00
],
2024-04-14 15:54:11 +00:00
"type": "module",
"keywords": [
"logging",
"receiver",
"smartlog",
"authentication",
"validation",
"typescript",
"plugins",
"smartlog integration",
"log management",
"security"
2024-05-29 12:14:27 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartlog-receiver",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlog-receiver.git"
}
2023-07-10 08:16:12 +00:00
}