diff options
| author | Peter Olsar <polsar@gmail.com> | 2018-12-14 17:14:04 -0800 |
|---|---|---|
| committer | Peter Olsar <polsar@gmail.com> | 2018-12-14 17:14:04 -0800 |
| commit | be2835886bdc8519aac1e917d96a9bc1c513cbf9 (patch) | |
| tree | 27bc2bf058971131006e91846ce8c7405c9b963e /package.json | |
| parent | 5877729bdda9ca20f164d9dff634f6bf3aa54204 (diff) | |
| download | tplink-energy-monitor-be2835886bdc8519aac1e917d96a9bc1c513cbf9.tar.xz tplink-energy-monitor-be2835886bdc8519aac1e917d96a9bc1c513cbf9.zip | |
- Added support to specify logger config file on command line.
- Added support to specify log directory path in logger config.
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 05ad6c6..43e0f7c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "morgan": "~1.9.0", "tplink-smarthome-api": "0.22.0", "moment": "2.22.0", - "express-ws": "3.0.0" + "express-ws": "3.0.0", + "shelljs": "0.8.3" }, "devDependencies": { "pkg": "4.3.1" |