@fiqch/n8n-nodes-fiq-opcua
Version:
n8n custom node for reading and writing OPC UA data (FactoryIQ)
91 lines (90 loc) • 2.41 kB
JSON
{
"name": "@fiqch/n8n-nodes-fiq-opcua",
"version": "0.1.15",
"description": "n8n custom node for reading and writing OPC UA data (FactoryIQ)",
"keywords": [
"n8n-community-node-package",
"n8n",
"opc-ua",
"opcua",
"industrial",
"automation",
"scada",
"plc",
"iot",
"manufacturing",
"factory",
"machine-data",
"real-time",
"monitoring",
"data-acquisition",
"industrial-iot",
"process-automation",
"workflow"
],
"license": "MIT",
"homepage": "https://github.com/factoryiq-ch/n8n-nodes-fiq-opcua#readme",
"author": {
"name": "FactoryIQ",
"email": "info@factoryiq.io"
},
"repository": {
"type": "git",
"url": "https://github.com/factoryiq-ch/n8n-nodes-fiq-opcua.git"
},
"bugs": {
"url": "https://github.com/factoryiq-ch/n8n-nodes-fiq-opcua/issues"
},
"engines": {
"node": ">=18.17.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx rimraf dist && tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json",
"test": "jest --coverage",
"release": "standard-version",
"release:alpha": "standard-version --prerelease alpha",
"release:beta": "standard-version --prerelease beta",
"vendor:bundle": "node scripts/bundle-opcua-vendor.js",
"vendor:build": "npm run vendor:bundle && npm run build"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/OpcUaCredentialsApi.credentials.js"
],
"nodes": [
"dist/nodes/FactoryIQ/OpcUa/FactoryiqOpcUa.node.js"
]
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@typescript-eslint/parser": "~8.32.0",
"esbuild": "^0.25.5",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"fs-extra": "^11.3.0",
"gulp": "^5.0.0",
"jest": "^29.0.0",
"node-opcua": "^2.156.0",
"prettier": "^3.5.3",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.0",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"publishConfig": {
"access": "public"
}
}