diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index 41b6569..b97fe2e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "name": "James Barnett" }, "scripts": { - "start": "node ./bin/www", + "start": "node ./app.js", "dist": "pkg . --out-path ./dist" }, "dependencies": { @@ -19,13 +19,14 @@ "http-errors": "~1.6.2", "morgan": "~1.9.0", "tplink-smarthome-api": "0.22.0", - "moment": "2.22.0" + "moment": "2.22.0", + "express-ws": "3.0.0" }, "devDependencies": { "pkg": "4.3.1" }, "bin" : { - "tplink-monitor": "./bin/www" + "tplink-monitor": "./app.js" }, "pkg": { "scripts": "node_modules/hbs/lib/hbs.js", |