main #6

Merged
jank merged 3 commits from main into release 2025-06-19 15:15:13 +00:00
Showing only changes of commit 50ecd8ce86 - Show all commits

View file

@ -1,6 +1,6 @@
#!/usr/bin/env node
import fs, { readFileSync } from "fs";
import fs from "fs";
import { confirm, select, input } from "@inquirer/prompts";
import { exit } from "process";
import {
@ -13,10 +13,8 @@ import {
} from "./configuration/configuration";
import { execSync } from "child_process";
import { program } from "commander";
import { dirname, join } from "path";
import { fileURLToPath } from "bun";
const packageJson = require("./package.json");
import packageJson from "./package.json";
export const VERSION = packageJson.version;
const CLI_NAME = "pcli";