from https://pnpm.io

it specially valuable because I can assume most people using this project will have multiple copies of it, or multiple other astro/frontend projects that can leverage pnpm global store for reuse, instead of each node modules having yet another copy of the deps. Of course all or most of their repos would have to also use pnpm to get the benefits
I can open a PR to migrate, it should be straigh forward, just add a 'p' to npm lol. And a small readme note about it.
oh and removing 'run'. npm run format becomes pnpm format
from https://pnpm.io

it specially valuable because I can assume most people using this project will have multiple copies of it, or multiple other astro/frontend projects that can leverage pnpm global store for reuse, instead of each node modules having yet another copy of the deps. Of course all or most of their repos would have to also use pnpm to get the benefits
I can open a PR to migrate, it should be straigh forward, just add a 'p' to npm lol. And a small readme note about it.
oh and removing 'run'.
npm run formatbecomespnpm format