This commit is contained in:
2025-09-08 14:09:43 +09:30
commit c254ca37f9
7 changed files with 428 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "@Accede/node-red-contrib-odbcwritenow",
"version": "1.0.0",
"description", "Node-RED library for access in MYOB data via ODBCWriteNow"
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"node-red": {
"version": ">=4.0.0",
"nodes": {
"odbcwritenow-get": "odbcwritenow.js"
}
},
"dependencies": {
"node-fetch": "^3.3.2"
}
}