1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/fluentd/package.json

12 lines
241 B
JSON

{
"name": "fluentd",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"author": "Kohei Watanabe <kou029w@gmail.com>",
"license": "MIT",
"dependencies": {
"msgpack-lite": "^0.1.26",
"node-fetch": "^2.6.1"
}
}