gbowne1 / json-maestro

JSONMaestro is a powerful tool designed for cleaning and processing JSON-like files. It simplifies tasks such as removing comments, eliminating duplicate keys, adding schema keys, and sorting keys. Ideal for developers working with configuration files and API responses, JSONMaestro enhances data integrity and prepares JSON data for further analysis
MIT License
2 stars 2 forks source link

[Feature] use json-maestro to generate better boilerplate package.json than nodejs does. #14

Open gbowne1 opened 3 days ago

gbowne1 commented 3 days ago

The boilerplate package.json generated by npm init leaves a little bit to be desired.

Several things though, package.json is used to publish a package to npmjs and has some requirements for package.json in order to do so.

package.json is also used by yarn and pnpm.

create-react-app also generated a boilerplate package.json file.

So we need basically to lint and format for each case.