DefinitelyTyped/types/datadog-winston/package.json
Nathan Shively-Sanders c02e3a1542
Add logform dependency to datadog-winston (#41072)
winston-transport depends on logform, but only has it as a
devDependency. I opened a PR to change this, but I don't know when it
will be merged; the bug has been open since May. In the meantime,
datadog-winston will do what all other clients have had to: add logform
as a dependency itself.
2019-12-16 09:57:07 -08:00

8 lines
120 B
JSON

{
"private": true,
"dependencies": {
"winston-transport": "^4.3.0",
"logform": "^1.4.0"
}
}