Package Information
This information is automatically extracted from package.json:
json
{
"name": "@rosepetal/node-red-contrib-message-control",
"version": "1.0.0",
"description": "Node-RED runtime plugin that records and exposes the last input and output message seen by every node for easier debugging.",
"main": "lib/runtime.js",
"keywords": [
"node-red",
"debug",
"messages",
"rosepetal"
],
"author": "Rosepetal SL (https://www.rosepetal.ai)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/rosepetal-ai/node-red-contrib-message-control.git"
},
"bugs": {
"url": "https://github.com/rosepetal-ai/node-red-contrib-message-control/issues"
},
"homepage": "https://github.com/rosepetal-ai/node-red-contrib-message-control#readme",
"publishConfig": {
"access": "public"
},
"node-red": {
"plugins": {
"rosepetal-message-control": "lib/runtime.js"
}
}
}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
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