mysticatea / npm-run-all

A CLI tool to run multiple npm-scripts in parallel or sequential.
MIT License
5.72k stars 240 forks source link

Add `funding` key to package.json #229

Open mondeja opened 2 years ago

mondeja commented 2 years ago

Hi! I'm submitting this PR because in the simple-icons project we are trying to automate as much as possible our monetary contributions to our direct dependencies, so having this metadata in the package.json files allows us to programmatically know how we can fund them. See package-json#funding.

Cheers!