{ "name": "monitoring-daemon", "version": "1.0.0", "description": "", "main": "dist/daemon/src/index.js", "scripts": { "start": "npm run build && node .", "build": "tsc -b" }, "author": "Christian Kahlau, HostBBQ ©2022", "license": "ISC", "devDependencies": { "@types/express": "^4.17.14", "@types/node": "^18.7.18", "typescript": "^4.8.3" }, "dependencies": { "dotenv": "^16.0.2", "express": "^4.18.1", "moment": "^2.29.4", "node-utils": "git+https://gogs.hostbbq.com/hostbbq/node-utils.git#1.0.6" } }