@hypericon/node-red-hypertable
Version:
Node-RED plugin to interact with Hypertable
41 lines (40 loc) • 933 B
JSON
{
"name": "@hypericon/node-red-hypertable",
"version": "0.1.3",
"description": "Node-RED plugin to interact with Hypertable",
"author": "Ed Johnson, Hypericon Ltd",
"license": "MIT",
"bugs": {
"email": "support@hypertable.co.uk"
},
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"node-red",
"hypertable"
],
"scripts": {
"dev": "",
"build": "",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^0.26.1"
},
"files": [
"nodes/*",
"examples/*"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"hypertable-connection": "nodes/hypertable-connection.js",
"read-collection": "nodes/read-collection.js",
"read-record": "nodes/read-record.js",
"create-record": "nodes/create-record.js",
"update-record": "nodes/update-record.js",
"delete-record": "nodes/delete-record.js"
}
}
}