# npm 配置文件 (兼容yarn)
# 设置淘宝镜像源
registry=https://registry.npmmirror.com

# 启用严格SSL
strict-ssl=true

# 禁用审计报告(可选,根据需要开启)
# audit=false

# 设置超时时间
fetch-timeout=600000
fetch-retries=3
fetch-retry-mintimeout=10000
fetch-retry-maxtimeout=60000

# 保存精确版本
save-exact=false

# 生产环境依赖 (默认false,确保安装devDependencies)
production=false

# 忽略脚本
# ignore-scripts=false

# 引擎检查
engine-strict=true
