ls-engines lists the Node.js and npm engine versions supported by installed npm packages. It analyzes the engines field in each package's package.json file, presenting a concise overview of compatibility ranges within your project. This tool helps identify potential version conflicts and ensures your project dependencies align with your target Node.js and npm environments. Use it to proactively manage version compatibility before deployment.