n8n_custom_nodes/custom_nodes_for_n8n-master/package.json

30 lines
599 B
JSON
Raw Normal View History

2025-08-14 10:33:09 +00:00
{
"name": "custom-nodes",
"version": "1.0.0",
"n8n": {
"nodes": "dist"
},
"scripts": {
"build": "tsc"
},
"dependencies": {
"fast-xml-parser": "^5.2.5",
"luxon": "^3.7.1",
"mqtt": "^5.14.0",
"n8n-workflow": "^1.82.0",
"node-cron": "^4.2.1",
"node-fetch": "^2.7.0",
"node-opcua": "^2.156.0",
"pg": "^8.16.3",
"redis": "^5.6.1"
},
"devDependencies": {
"@types/luxon": "^3.7.1",
"@types/node": "^20.5.1",
"@types/node-fetch": "^2.6.13",
"@types/pg": "^8.15.5",
"@types/redis": "^4.0.10",
"typescript": "^5.8.3"
}
}