The anatomy of a package.json
Hello good people! In this article, I want to deep dive with you into a usually overlooked file in a project. The package.json is crucial to a lot of frontend/backend NodeJS projects. Yet a lot of developers don't really know what it can really do.
W...
blog.tarekjellali.com8 min read
Gabriel RomayMachado (he/him)
Software Developer
Really great way of explaining it all, with links to commit and other useful resources ๐. Thanks for sharing!