licenseye
June 22, 2026 ยท View on GitHub
Node.js CLI tool to visualize an aggregate list of your project's dependencies' licenses.

Install
Yarn
yarn global add licenseye
NPM
npm install -g licenseye
Usage
In any valid Node.js project that contains a node_modules/ directory you can run licenseye:
$ licenseye
Related
- licensewatch - event-emitter Node.js library that recurses a node_modules/ directory to fetch license information.
License
MIT @ Liran Tal
Documentation
- Project documentation - development, testing, architecture, and conventions.
Contributing
Please consult CONTRIBUTING for guidelines on contributing to this project.