Seed provides first-class support for Node.js projects. We currently support:

Seed auto-detects the package manager. If a yarn.lock is found then Yarn will be used, And if package-lock.json is found then npm will be used. If neither are found then Seed defaults to npm.

We also have a popular starter project you can use - Serverless Node.js Starter.