@@ -1,7 +1,9 @@
#!/usr/bin/env node
import { spawn } from 'node:child_process'
+import { Buffer } from 'node:buffer'
import fs from 'node:fs/promises'
+import process from 'node:process'
const README_FILE_NAME = new URL('../README.md', import.meta.url)
@@ -1,5 +1,6 @@
/* eslint-disable no-console, prefer-arrow-callback */
import path from 'node:path'
import fs from 'node:fs'
import { fileURLToPath } from 'node:url'
@@ -2,6 +2,7 @@
import { createReadStream, promises as fs } from 'node:fs'
import { createInterface } from 'node:readline'
import process from 'node:process'
const ROOT = new URL('../../', import.meta.url)