analytics-debugger / ga4mp

GA4MP
MIT License
40 stars 11 forks source link

help with Trimming prod dependencies #26

Open abose opened 6 months ago

abose commented 6 months ago

Hi, Thanks for this library and i was looking to package this library in a desktop app with nodejs : https://github.com/phcode-dev/phoenix-desktop

The deps declared in package.json looks like dev dependencies and is bloating up the distribution folder.

https://github.com/analytics-debugger/ga4mp/blob/main/package.json#L56-L64

Can these be moved to dev dependencies so that there is no actual prod deps for the library?

thyngster commented 6 months ago

Sure, not sure why they added them to deps,. will update it today.