Npm reigistries for aric.
npm install -S @jswork/next-npm-registries
import '@jswork/next-npm-registries';
nx.npmRegisties('npm');
// nx.npmRegisties('npm');
// nx.npmRegisties('github');
// results
{
publish: 'https://registry.npmjs.org',
install: 'https://registry.npmjs.org',
private: false,
access: 'restricted'
}
Code released under the MIT license.