chore: Clean up imports
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 6s
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 6s
This commit is contained in:
parent
618e00b677
commit
50ecd8ce86
1 changed files with 2 additions and 4 deletions
6
index.ts
6
index.ts
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
import fs, { readFileSync } from "fs";
|
import fs from "fs";
|
||||||
import { confirm, select, input } from "@inquirer/prompts";
|
import { confirm, select, input } from "@inquirer/prompts";
|
||||||
import { exit } from "process";
|
import { exit } from "process";
|
||||||
import {
|
import {
|
||||||
|
@ -13,10 +13,8 @@ import {
|
||||||
} from "./configuration/configuration";
|
} from "./configuration/configuration";
|
||||||
import { execSync } from "child_process";
|
import { execSync } from "child_process";
|
||||||
import { program } from "commander";
|
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;
|
export const VERSION = packageJson.version;
|
||||||
|
|
||||||
const CLI_NAME = "pcli";
|
const CLI_NAME = "pcli";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue