MqttToInflux/package.json

34 lines
827 B
JSON

{
"name": "mqtt_to_influx",
"version": "1.0.0",
"description": "MQTT to InfluxDB Gateway",
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ./",
"start": "node dist/main.js"
},
"author": "Wolfgang Hottgenroth",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@gitlab.com:wolutator/MqttToInflux.git"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/moment": "^2.13.0",
"@types/mqtt": "0.0.34",
"@types/node": "^7.0.14",
"@types/request": "^2.47.1",
"typescript": "^2.3.1"
},
"dependencies": {
"chalk-console": "^1.0.1",
"command-line-args": "^5.0.2",
"commander": "^2.15.1",
"moment": "^2.22.1",
"mqtt": "^2.6.2",
"request": "^2.87.0"
}
}