···11import Conf from 'conf';
22import {getTerminalDefaultProfile} from 'mac-terminal';
33-import packageJson from '../package.json' with {type: 'json'};
33+import packageJson from '../../package.json' with {type: 'json'};
4455export default async function getConfig() {
66 const defaultProfile = await getTerminalDefaultProfile();