oneuptime/Examples/fluentd/package.json

19 lines
458 B
JSON

{
"name": "@oneuptime/fluentd",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/OneUptime/oneuptime"
},
"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"
}
}