const DEFAULT_TEMPLATE_PACKAGE_NAME = '@ones-open/cli-plugin-template' const DEFAULT_ABILITY_PACKAGE_NAME = '@ones-open/cli-ability-template' const DEFAULT_CLI_PLUGIN_PACKAGE_NAME = '@ones-open/cli-plugin' const DEFAULT_OP_UTILS_PACKAGE_NAME = '@ones-open/utils' const ABILITY_VERSION_JSON_NAME = 'ability_version.json' export { DEFAULT_TEMPLATE_PACKAGE_NAME, DEFAULT_ABILITY_PACKAGE_NAME, DEFAULT_CLI_PLUGIN_PACKAGE_NAME, ABILITY_VERSION_JSON_NAME, DEFAULT_OP_UTILS_PACKAGE_NAME, }