# GitHub Packages registry for @cowork-os scope
@cowork-os:registry=https://npm.pkg.github.com

# Authentication is handled via ~/.npmrc or GITHUB_TOKEN environment variable
# For local development, add to ~/.npmrc:
#   //npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN

# Skip third-party lifecycle scripts during npm install to prevent
# out-of-memory kills (e.g. @whiskeysockets/baileys preinstall).
# Use "npm run setup" instead of "npm install" — it handles everything:
# dependency install, Electron binary download, and native module rebuild.
ignore-scripts=true

# Reduce concurrent downloads to lower peak memory during install.
maxsockets=5
