Error traversing AST on metric function-coupling -> C:\Users\anais\OneDrive\Documentos\Github\Metrics2\repositories\P84-html-minifier-terser\cli.js: TypeError: Cannot read properties of undefined (reading 'camelCase')And the code says:
import { camelCase, kebabCase } from 'change-case';
...
const param = programOptions[key === 'minifyURLs' ? 'minifyUrls' : camelCase(key)];