UNPKG

winston-cloudwatch

Version:
49 lines (48 loc) 1.26 kB
{ "name": "winston-cloudwatch", "version": "6.3.0", "description": "Send logs to Amazon Cloudwatch using Winston.", "keywords": [ "amazon", "cloudwatch", "winston", "logging", "log" ], "main": "index.js", "scripts": { "test": "make test", "coveralls": "coveralls < ./coverage/lcov.info", "update-dependencies": "npm-check-updates -ua && npm install" }, "repository": "https://github.com/lazywithclass/winston-cloudwatch", "author": "me@lazywithclass.com", "license": "MIT", "typings": "typescript/winston-cloudwatch.d.ts", "peerDependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.0.0", "winston": "^3.0.0" }, "dependencies": { "async": "^3.1.0", "chalk": "^4.0.0", "fast-safe-stringify": "^2.0.7", "lodash.assign": "^4.2.0", "lodash.find": "^4.6.0", "lodash.isempty": "^4.4.0", "lodash.iserror": "^3.1.1" }, "devDependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.0.0", "@types/node": "13.11.0", "@types/winston": "2.4.4", "clarify": "^2.1.0", "coveralls": "^3.0.7", "istanbul": "^0.4.5", "mocha": "^9.1.3", "mockery": "^2.1.0", "npm-check-updates": "^4.1.1", "should": "^13.2.3", "sinon": "^11.1.2" } }