forked from bitpool/edge-modbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.95 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@bitpoolos/edge-modbus",
"version": "1.5.8",
"description": "Modules to support reading Modbus devices.",
"dependencies": {
"@xstate/fsm": "~1.6.4",
"bson": "~4.6.1",
"debug": "~4.3.2",
"line-by-line": "~0.1.6",
"@open-p4nr/modbus-serial": "https://dl.cloudsmith.io/public/iniationware-gmbh/plus4nodered/npm/open-p4nr/modbus-serial/8.1.0/modbus-serial-8.1.0.tgz",
"node-fetch": "^2.6.7"
},
"optionalDependencies": {
"@serialport/list": "^9.0.0",
"serialport": "^9.0.0"
},
"node-red": {
"version": ">=2.2.2",
"nodes": {
"bp-modbus-device": "bp-modbus-device.js",
"bp-modbus-reader": "bp-modbus-reader.js",
"bp-modbus-decoder": "bp-modbus-decoder.js",
"bp-modbus-display": "bp-modbus-display.js",
"bp-modbus-io-config": "bp-modbus-io-config.js",
"bp-modbus-client": "bp-modbus-client.js"
}
},
"keywords": [
"node-red",
"bitpool",
"bitpoolos",
"edge",
"modbus",
"rtu",
"ascii",
"tcp",
"serial",
"iot"
],
"engines": {
"node": ">=12.0.0"
},
"author": {
"name": "bitpool-dev",
"email": "[email protected]"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/bitpool/edge-modbus/issues"
},
"homepage": "https://github.com/bitpool/edge-modbus#readme",
"repository": {
"type": "github",
"url": "git+https://github.com/bitpool/edge-modbus.git"
},
"scripts": {
"mocha": "mocha \"test/**/*_spec.js\"",
"jest": "jest"
},
"devDependencies": {
"jest": "^29.3.1",
"mocha": "^10.1.0",
"node-red": "^3.0.2",
"node-red-node-test-helper": "^0.3.0"
}
}