UNPKG

@cfm/sonar-blip

Version:

worker daemon communicating occupancy updates

34 lines (33 loc) 673 B
{ "name": "@cfm/sonar-blip", "version": "1.0.5", "description": "worker daemon communicating occupancy updates", "keywords": [ "server-status", "server", "status", "dashboard", "tool", "internal" ], "author": "Timo Mühlbach <tm@cfmmedia.de>", "license": "ISC", "bin": { "blip": "./dist/index.js" }, "main": "dist", "dependencies": { "@cfm/sonar-types": "^1.0.5", "chalk": "^2.4.2", "commander": "^3.0.1", "socket.io-client": "^2.2.0" }, "devDependencies": { "@types/node": "^12.7.8", "@types/socket.io-client": "^1.4.32", "typescript": "^3.6.2" }, "scripts": { "build": "tsc" } }