'use strict';
import * as sh from 'shelljs';

// Update for each release
export const VERSION = '0.1.0';

export const PNPM = sh.which('pnpm');
export const YARN = sh.which('yarn');
export const GIT = sh.which('git');
