marpple / FxTS

A functional programming library for TypeScript/JavaScript
https://fxts.dev
Apache License 2.0
862 stars 63 forks source link

Improve readability of package.json #248

Closed flex-jonghyen closed 4 months ago

flex-jonghyen commented 4 months ago

Suggestion

⭐ Suggestion

@fxts/core has script to generate package.json about exports field. Stringified object that is wrote by the script has no indent and line break. It is not easy to read to let me know this package's entries.

When stringify object, stringifier do indent and break line

💻 Use Cases