oneuptime/Examples/fluentd/package.json
2024-03-14 13:43:21 +00:00

16 lines
364 B
JSON

{
"name": "@oneuptime/fluentd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"@fluent-org/logger": "^1.0.10",
"express": "^4.18.2"
}
}