{ "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" } }