To get list of custom scripts: `composer run-script -l` Or some `php -r 'var_dump(array_keys(json_decode(file_get_contents("composer.json"), true)["scripts"]));'`
To get list of custom scripts:
composer run-script -lOr some
php -r 'var_dump(array_keys(json_decode(file_get_contents("composer.json"), true)["scripts"]));'