dyno-bot/Dyno-logger-master/package.json
2020-09-12 19:08:48 +01:00

19 lines
466 B
JSON

{
"name": "@dyno.gg/logger",
"version": "1.0.3",
"description": "Logging module for Dyno",
"main": "src/logger.js",
"repository": {
"type": "git",
"url": "https://git.dyno.sh/Dyno/Dyno-logger.git"
},
"author": "Brian Tanner <brian@tanner.io>",
"dependencies": {
"@ayana/logger": "git+https://gitlab.com/germanoeich/logger.git",
"chalk": "^2.4.2",
"elasticsearch": "^15.3.0",
"logform": "^2.1.0",
"moment": "^2.23.0"
}
}