diff --git a/package.json b/package.json index c38881d..354c0f7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,13 @@ "version": "1.0.0", "description": "a filter to make the jsonload of the valenbici api more IOT friendly", "main": "index.js", + "scripts": { + "start": "nodemon index.js" + }, "repository": "ssh://git@git.lbsfilm.at:10022/lbsadmin/valenBisiFilter.git", "author": "Lukas Bachschwell", - "license": "MIT" + "license": "MIT", + "dependencies": { + "express": "^4.15.4" + } }