# pnpm node_modules layout
side-effects-cache=true

# Peer dependency resolution
legacy-peer-deps=true

inject-workspace-packages=true

# Refuse npm/yarn invocations via the engines field in package.json.
# Combined with the `preinstall` `only-allow pnpm` guard, this gives a clear
# error before any install side effects.
engine-strict=true

# GitHub Package Registry for @splice packages
//npm.pkg.github.com/:_authToken=${GITHUB_NPM_TOKEN}
@splice:registry=https://npm.pkg.github.com/


node-linker=hoisted
