aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPeter Olsar <polsar@gmail.com>2018-12-14 17:14:04 -0800
committerPeter Olsar <polsar@gmail.com>2018-12-14 17:14:04 -0800
commitbe2835886bdc8519aac1e917d96a9bc1c513cbf9 (patch)
tree27bc2bf058971131006e91846ce8c7405c9b963e /package.json
parent5877729bdda9ca20f164d9dff634f6bf3aa54204 (diff)
downloadtplink-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.json3
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"