deps
Installation
SKILL.md
Dependencies Manager
Audit, analyze, and manage project dependencies.
Prerequisites
At least one package manager:
# npm (comes with Node.js)
node --version
# yarn
npm install -g yarn
# pnpm
npm install -g pnpm
Audit, analyze, and manage project dependencies.
At least one package manager:
# npm (comes with Node.js)
node --version
# yarn
npm install -g yarn
# pnpm
npm install -g pnpm