People building Node.js apps commonly use npm as the place they get packages they depend on. Not being able to get the files needed for InterSystems IRIS Native API for Node.js from there adds friction which probably results in some lost opportunities to get our technology used more widely.
Thank you for submitting the idea.
This idea was implemented by InterSystems.
@Guest The new InterSystems IRIS SDK has been published to npm: https://www.npmjs.com/package/@intersystems/intersystems-iris-native
You can use our mg-dbx-napi interface instead. It's already on NPM and, as a bonus, orders of magnitude faster than the native API:
https://github.com/chrisemunt/mg-dbx-napi
Packaged with a TypeScript declaration file, not just source decorators please.