Treat `package.json` as Operational Documentation
It should tell the team how the project behaves, not just what it depends on.
A useful `package.json` has clear scripts for development, testing, linting, and production build. That reduces tribal knowledge and avoids a different manual workflow on every machine.
When commands are standardized, onboarding gets easier and CI becomes much simpler to maintain.