All installed dependency versions
project_versionsList installed versions of every dependency from the lockfile, filterable by name, to audit actual versions and answer version queries across the dependency tree.
Instructions
List every dependency's installed version in this project (from the lockfile), optionally filtered by a substring. Use to audit what's actually present, or to answer 'what version of X is in here' across the whole tree including transitive deps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 200). | |
| filter | No | Only include package names containing this substring. | |
| directOnly | No | Only direct dependencies from package.json (default false = whole tree). | |
| projectDir | No | Project root; defaults to INSTALLED_VERSION_PROJECT or cwd. |