···99import AdmZip from 'adm-zip';
1010import { spinner, log } from '@clack/prompts';
1111import { Command } from 'commander';
1212-import { version } from '../../package.json' with { type: 'json' };
1212+1313+// @ts-expect-error - this works when used as a package (cause it will be moved to dist/cli.js)
1414+import { version } from '../package.json' with { type: 'json' };
1515+// in dev hardcode the version instead
1616+// const version = '0.0.25';
13171418const program = new Command();
1519