I’m trying to publish a community node but it gets rejected. I assume that’s because of the used dependencies.
Before submitting I made sure that the only deps I use are the ones that installed in n8n-nodes-base
Also I used airtable/linear/notion nodes as inspiration and they all seem to utilise external deps like moment-timezone, change-case, lodash, uuid
Should I get rid of those as well before publishing? While it seems trivial to get rid of some of them, others like moment-timezone , uuid are much harder to remove.