dashbot-logger
Version:
Lambda logger for a custom CloudWatch log group.
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "dashbot-logger",
"version": "1.1.4",
"description": "Lambda logger for a custom CloudWatch log group.",
"main": "lib/log-stream.js",
"scripts": {
"test": "eslint lib && mocha $(find lib -name '*.js' | grep __tests__)",
"eslint": "eslint lib",
"eslint-fix": "eslint --fix lib"
},
"bugs": {
"url": "https://github.com/actionably/dashbot/issues"
},
"keywords": [
"CloudWatch",
"Logs",
"Lambda"
],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/actionably/dashbot-logger.git"
},
"dependencies": {
"aws-sdk": "^2.401.0",
"generic-pool": "^3.6.1",
"lodash": "4.17.21",
"pump": "^3.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"eslint": "^5.13.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.2.0"
}
}