initial
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"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",
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user