{ "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", "start": "node src/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", "log4js": "^6.3.0" } }