UNPKG

oee-calculator

Version:

Calculate and log OEE data obtained from MQTT server to InfluxDB - This application is part of Bufferstack.IO Super Factory Suite

51 lines (49 loc) 1.13 kB
{ "name": "oee-calculator", "version": "0.0.5", "description": "Calculate and log OEE data obtained from MQTT server to InfluxDB - This application is part of Bufferstack.IO Super Factory Suite", "main": "index.js", "dependencies": { "config": "^3.3.6", "dotenv": "16.0.3", "influx": "^5.9.3", "mqtt": "^4.2.1" }, "bin": { "oee-calculator": "index.js" }, "scripts": { "start": "node index.js", "test": "mocha" }, "author": "Harshad Joshi", "email": "harshad@bufferstack.io", "license": "GPL-3.0", "keywords": [ "IOT", "IIOT", "automation", "industry40", "mqtt", "OEE", "Industrial Machine KPI", "Factory Automation", "oee industry automation", "Harshad Joshi", "Bufferstack.IO", "Pune" ], "devDependencies": { "mocha": "^10.2.0" }, "repository": { "type": "git", "url": "https://github.com/hj91/IIoT-Gateway/tree/master/OEE_Data_Logger" }, "config": { "dir": "/etc/oee-calculator" }, "scripts": { "install": "mkdir -p /etc/oee-calculator && cp config.json /etc/oee-calculator/" } }