.npmrc Config Generator
Generate an npm .npmrc configuration file — default and scoped (per-org) registries, per-registry auth (token, basic, or legacy username/password) via environment-variable placeholders, save-exact/legacy-peer-deps/audit-level, and proxy/strict-ssl settings.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Default Registry
Scoped Registries (optional)
Auth Method
none, token, basic, legacy Registry Host for Auth
Token Environment Variable
Base64 Auth Environment Variable
Username Environment Variable
Password Environment Variable
Email Environment Variable
always-auth — send credentials on every request, even anonymous GETs
save-exact — pin installed versions instead of using a ^ range
legacy-peer-deps — skip peer dependency conflict checks
engine-strict — fail install if the "engines" field doesn't match
audit-level
info, low, moderate, high, critical, none proxy (HTTP)
https-proxy
noproxy (comma-separated hosts)
strict-ssl — verify SSL certificates
Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.