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.
19 lines
475 B
JSON
19 lines
475 B
JSON
3 years ago
|
{
|
||
|
"name": "rfmon-to-influx",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Writing (mostly meta-) data received in Wireless-Monitor-Mode into an InfluxDB",
|
||
|
"main": "src/main.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|