import { version } from "../package.json"; export const getVersion = (): string => version; // export const getVersion = (): string => "0.0.16";