This commit is contained in:
2025-10-29 18:44:21 +08:00
parent 98210ef15c
commit da867e258e
10 changed files with 168 additions and 8 deletions

View File

@@ -30,13 +30,16 @@
"n8n": {
"n8nNodesApiVersion": 1,
"strict": true,
"credentials": [],
"credentials": [
"dist/credentials/GwezzChangdunovelApi.credentials.js"
],
"nodes": [
"dist/nodes/GwezzChangdunovel/GwezzChangdunovel.node.js"
]
},
"devDependencies": {
"@n8n/node-cli": "*",
"@types/node": "^24.9.2",
"eslint": "9.32.0",
"prettier": "3.6.2",
"release-it": "^19.0.4",
@@ -45,4 +48,4 @@
"peerDependencies": {
"n8n-workflow": "*"
}
}
}