mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
16 lines
364 B
JSON
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"
|
|
}
|
|
}
|