← back
pnpm/pnpm
general awareness · https://github.com/pnpm/pnpm
# pnpm/pnpm
**URL:** https://github.com/pnpm/pnpm
**One-liner:** Fast, disk space efficient package manager for Node.js.
**Relevance to _general:** general-awareness (50/100)
**Integration:** n/a
## Summary
pnpm is a faster, disk-efficient package manager for Node.js projects.
## Why it's useful here
All Node.js projects in the portfolio (Next.js, NestJS, etc.) can benefit from faster installs, less disk usage, and deterministic lockfiles.
## Suggested use
Consider adopting pnpm across all Node.js projects for consistency and performance gains.
## Novelty / why now
Well-established and widely adopted; not novel but a solid improvement over npm/yarn.
## Risks
Minimal; standard tooling, widely used.
## Safety scan
- Risk level: **medium**
- Stars: 34970 (age 3758d, 9.31 stars/day)
- Last push: 0 days ago
- Contributors: 416
- License: MIT
- Postinstall hooks: prepare: husky
- Suspicious patterns: none
- Notes: has install/postinstall hooks (1)
### Reviewer safety notes
Low risk; MIT license, 416 contributors, active maintenance. Postinstall hooks (husky) are standard for dev tooling.