-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
39
40
{
"name": "@danpeig/node-red-meshtastic-msg",
"version": "3.4.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel B.P. (www.danbp.org)",
"bugs": "https://github.com/danpeig/node-red-meshtastic-msg/issues",
"email": "contact@danbp.org",
"license": "MIT",
"description": "This module uses Meshtastic Web library to send and receive packets from a Meshtastic device connected via HTTP or serial.",
"dependencies": {
"@meshtastic/transport-http": "0.2.5",
"@meshtastic/transport-node-serial": "0.0.2",
"import-sync": "^2.2.3"
},
"engines": {
"node": ">=18.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danpeig/node-red-meshtastic-msg.git"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/danpeig/node-red-meshtastic-msg",
"keywords": [
"node-red",
"meshtastic",
"lora",
"meshtastic.js"
],
"node-red": {
"version": ">=4.x",
"nodes": {
"meshtastic-msg": "meshtastic-msg.js"
}
}
}