diff --git a/src/commands/install/config/apps-groups/node.ts b/src/commands/install/config/apps-groups/node.ts index 21aaa01..aa3a3f9 100755 --- a/src/commands/install/config/apps-groups/node.ts +++ b/src/commands/install/config/apps-groups/node.ts @@ -55,9 +55,16 @@ export const NODE_APPS: Readonly = [ tags: ['node-engineering'], commands: () => [NODE_GLOBAL('nodemon')], }, + { + name: 'cost-of-modules', + description: 'Full report of all the modules in node_modules and their sizes', + group: 'node', + tags: ['web-engineering', 'node-engineering'], + commands: () => [NODE_GLOBAL('cost-of-modules')], + }, { name: 'npmrc', - description: 'manage multiple .npmrc files effortlessly', + description: 'Manage multiple .npmrc files effortlessly', group: 'node', tags: ['web-engineering', 'node-engineering', 'devops'], commands: () => [NODE_GLOBAL('npmrc')],