jsr-io / jsr-npm

A cli tool to make installing packages form jsr.io in node easy
https://npmjs.com/package/jsr
MIT License
100 stars 12 forks source link

feat: set type:module in package.json on install #69

Open marvinhagemeister opened 6 months ago

marvinhagemeister commented 6 months ago

JSR packages only work with type: "module" so it makes sense that the cli tool sets that up automatically for the user.