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, if package-lock.json is found then npm will be used, and if pnpm-lock.yaml is found pnpm will be used. If none of these are found then Seed defaults to npm.

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