diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-22 20:35:16 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-22 20:35:16 +0000 |
| commit | 951984fb55d552d9c816a30069e2321f3602d305 (patch) | |
| tree | 3763441916dffff9ca96dd0286c72104ba2954c0 /package.json | |
| parent | 4ddf6fc9ed90a704869da683561e5032b6c48d79 (diff) | |
Add circular dependency detection and logging library
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index cbae2c7..293868e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "ejs": "^3.1.6", "escape-html": "^1.0.3", "express": "^4.17.1", - "glob": "^7.2.0" + "glob": "^7.2.0", + "winston": "^3.3.3" }, "type": "module", "devDependencies": { |
