oneuptime/Examples/fluentd/package.json
2024-02-02 12:21:29 +00:00

16 lines
290 B
JSON

{
"name": "fluentd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fluent-org/logger": "^1.0.10",
"express": "^4.18.2"
}
}