/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

const PUBLISHABLE_PACKAGES = [
  'babel-plugin-react-compiler',
  'eslint-plugin-react-compiler',
  'react-compiler-healthcheck',
  'react-compiler-runtime',
];

module.exports = {
  PUBLISHABLE_PACKAGES,
};