UNPKG

packet-forwarder-json-builder

Version:
39 lines (38 loc) 921 B
{ "name": "packet-forwarder-json-builder", "version": "2.0.20", "description": "Build JSON packet forwarder message for an uplink (rxpk)", "main": "lib/index.js", "scripts": { "lint": "standard", "pretest": "npm run lint", "test": "mocha" }, "keywords": [ "LoRa", "packet forwarder", "rxpk", "json", "packet", "forwarder", "LoRaWAN" ], "author": "Antonio Bustos <antoniobusrod@gmail.com>", "license": "MIT", "engines": { "node": ">=14.18.3" }, "repository": { "type": "git", "url": "https://github.com/antoniobusrod/packet-forwarder-json-builder.git" }, "devDependencies": { "chai": "4.3.7", "mocha": "^10.8.2", "mock-udp": "0.1.1", "standard": "^17.1.0" }, "dependencies": { "lora-packet": "^0.8.25" } }