@viun/node-red-contrib-overview
Version:
Collection of nodes to control the Overview's smart AI cameras
37 lines (36 loc) • 938 B
JSON
{
"name": "@viun/node-red-contrib-overview",
"version": "0.1.6",
"description": "Collection of nodes to control the Overview's smart AI cameras",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viun-tech/node-red-contrib-overview.git"
},
"keywords": [
"ai",
"visual-inspection",
"manufacturing",
"automation",
"node-red"
],
"author": "viun.tech",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"ChangeRecipe": "nodes/change-recipe.js",
"CheckConfidenceClassification": "nodes/check-confidence-classification.js"
}
},
"bugs": {
"url": "https://github.com/viun-tech/node-red-contrib-overview/issues"
},
"homepage": "https://github.com/viun-tech/node-red-contrib-overview#readme"
}