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

module.exports = {
  PUBLISHABLE_PACKAGES,
};