Version: Deno 2.7.4 linux
if there is a package.json and no deno.json
using deno add npm:somdep do the expected thing and adds the dep to package.json
but using deno add jsr:somedep creates a deno.json and add it there instead of the expected thing of adding to package.json (specially now that deno handles jsr deps inside package.json)