jsr-io / jsr-npm

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

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

Open marvinhagemeister opened 8 months ago

marvinhagemeister commented 8 months ago

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