Install local npm modules in devshell

Im just starting to use devshell in a shared repo that includes some node packages that I want to be in the env. Currently, they are declared in the //package.json but I dont want pnpm managing root level deps that are really for the dev/ci env.

Can I import node packages from a local file path or would I just need to pnpm install the packages via shellhook?