DoctorMcKay / node-steam-user

Allows interaction with the Steam network via the Steam client protocol
https://dev.doctormckay.com/forum/7-node-steam-user/
MIT License
891 stars 157 forks source link

Execlude *.proto files from the npm package #492

Open xPaw opened 2 months ago

xPaw commented 2 months ago

I don't think they are needed as only the generated json files should be required, would save a megabyte.

I haven't checked how much removing whitespace from the proto json files would save, but it may help with the parsing speed too.

There's also other stuff that could be excluded: examples, scripts, .github, .idea.

xPaw commented 2 months ago

btw for node-steam-session: since you build from typescript now, the src folder can be ignored there.