UNPKG

@roots/dependencies

Version:

Automated package installation

11 lines (10 loc) 283 B
// Copyright © Roots Software LLC // Licensed under the MIT license. /** * Package management for yarn and npm. * * @see https://bud.js.org * @see https://github.com/roots/bud */ export { Npm, Yarn } from './command/index.js'; export { Dependencies } from './dependencies.js';