import { packageJson } from './package-json.js'

const VERSION = packageJson.version || '0.0.0'

export {
  VERSION,
}
