You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
627 B
JSON
24 lines
627 B
JSON
{
|
|
"name": "rfmon-to-influx",
|
|
"version": "1.0.0",
|
|
"description": "Writing (mostly meta-) data received in Wireless-Monitor-Mode into an InfluxDB",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.ruekov.eu/Ruakij/rfmon-to-influx"
|
|
},
|
|
"author": "Ruakij",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@influxdata/influxdb-client": "^1.20.0",
|
|
"@influxdata/influxdb-client-apis": "^1.20.0",
|
|
"log4js": "^6.3.0",
|
|
"luxon": "^2.1.1",
|
|
"string-argv": "^0.3.1"
|
|
}
|
|
}
|