DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

Do we really need package.json? (But of course, lockfile is always needed.)

Also to say that @types/ (and types folder) are breaking the IDE checking for module non-existence.

Also, can we generate a lockfile for Deno?

Top comments (1)

Collapse
 
vonheikemen profile image
Heiker

For single file scripts it is really nice not needing package.json. For projects it's a whole other story.

It looks like you can generate a lockfile with deno.