Something like ``` const project = npm({ path: "." }); ``` should be ``` const project = hm.js({ path: ".", runtime: "node", packageManager: "bun" }); ```
Something like
should be