amte-dataports
Version:
Node-red nodes to interact with the Automatic Models Training Engine from DATAPORTS
34 lines (30 loc) • 804 B
JSON
{
"name": "amte-dataports",
"version": "1.0.2",
"description": "Node-red nodes to interact with the Automatic Models Training Engine from DATAPORTS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dataports",
"training-engine",
"cognitive-services",
"amte",
"node-red"
],
"author": "Miguel Bravo - ITI",
"node-red": {
"nodes": {
"list-services": "list-services/list-services.js",
"list-datasets": "list-datasets/list-datasets.js",
"retrieve-data": "retrieve-data/retrieve-data.js",
"change-status": "change-status/change-status.js",
"remove-service": "remove-service/remove-service.js"
}
},
"license" :"Apache-2.0",
"dependencies": {
"axios":"^1.3.2"
}
}