What package dependencies are needed for basic functionality?

I have an app (using Blaze and mongo) that works well and I’d like to turn it into a package. I want the package to have all the usual default app dependencies. Looks like apps accomplish this by adding meteor-base. I tried api.use(‘meteor-base’) but that didn’t seem to work.

What api.use calls should I make to enable “basic functionality”? The Meteor Chef article on this just has a broken link to part of the meteor github tree. Edit: link is working now. Maybe I was imagining it!?