This is a Feature Proposal
Description
Please support NPM tokens.
npm token list --registry https://xyz.amazonaws.com/dev/registry/
npm token create --read-only --registry https://xyz.amazonaws.com/dev/registry/
These commands currently fail (403) because of missing endpoint:
https://xyz.amazonaws.com/dev/registry/-/npm/v1/tokens
Read-only tokens are useful in CI builds.