const pkg = require("../../package.json"); export const showVersion = () => { console.log(pkg.version); };