UNPKG

esnextbin

Version:

Prototype JavaScript programs in the browser with ESNext (a.k.a ES2015) syntax and features, using modules from NPM.

4 lines (2 loc) 131 B
const deps = {}; // put dependencies from package.json here console.log(Object.keys(deps).map(dep => `${dep}@latest`).join(' '));