Meteor + npm module

Hello, i have some npm module that i want to use with meteor. It is actually fork of some project, so i need to develop it so it fit best with my meteor app. I am not sure how i should setup the development so i can easily develop both my app and that node module. Should i somehow use that Npm.depends?

https://atmospherejs.com/meteorhacks/npm

You generally have to make a package, then use Npm.depends within that package, then export the object from Npm.require()

You can also use universe:modules-npm