🖖 Features: - Master 'engage' script for one-command setup - 120+ CLI tools via Homebrew - 40+ Applications (casks + MAS apps) - Complete macOS system configuration - Security hardening and privacy settings - Obsidian knowledge vault setup - Comprehensive backup strategies - Automated symlink management Live long and prosper\! 🚀 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
549 B
Plaintext
25 lines
549 B
Plaintext
# NPM Configuration
|
|
# This file will be symlinked to ~/.npmrc
|
|
|
|
# Set npm init defaults
|
|
init-author-name=David F Glidden
|
|
init-author-email=d@davidglidden.eu
|
|
init-license=MIT
|
|
|
|
# Better npm defaults
|
|
save-exact=true
|
|
progress=false
|
|
|
|
# Performance improvements
|
|
fetch-retries=2
|
|
fetch-retry-mintimeout=10000
|
|
fetch-retry-maxtimeout=60000
|
|
|
|
# Security
|
|
audit-level=moderate
|
|
|
|
# Optional: Custom registry (uncomment if needed)
|
|
# registry=https://registry.npmjs.org/
|
|
|
|
# Optional: Scoped registries for organizations
|
|
# @mycompany:registry=https://npm.mycompany.com/ |