-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "packet-forwarder-json-builder",
"version": "2.0.19",
"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 <[email protected]>",
"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.2.0",
"mock-udp": "0.1.1",
"standard": "^17.1.0"
},
"dependencies": {
"lora-packet": "^0.8.25"
}
}