add version/engine support metadata

This commit is contained in:
Dave Conway-Jones
2022-07-27 14:08:02 +01:00
parent a7b9380f25
commit 5bb8b4d968
2 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-cbor",
"version" : "1.0.0",
"version" : "1.0.1",
"description" : "A Node-RED node to pack and unpack objects to cbor format",
"dependencies" : {
"cbor-x" : "^1.3.2"
@@ -16,6 +16,7 @@
"license": "Apache-2.0",
"keywords": [ "node-red", "cbor" ],
"node-red" : {
"version": ">=1.0.0",
"nodes" : {
"cbor": "70-cbor.js"
}
@@ -24,5 +25,8 @@
"name": "Dave Conway-Jones",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
},
"engines": {
"node": ">=14"
}
}