export { existsAsync, sh, sp, asyncSh, createFileIfNotExists, findPath, asyncFindPath } from './file.ts'; export { gitIgnoreFileToGlobs, gitIgnoreToGlob } from './glob.ts'; export { isPosix, toPosixPathSeparators, normalizePath, toSystemPathSeparators, getCwd, path } from './path.ts'; export { type PackageJson, retrievePackageJson, asyncRetrievePackageJson, fetchPackageLocation, detectPackageManager, } from './packageJson.ts'; export { vitePresetPlugin, type DependencyManagementOptions, externalizeDependencies } from './vite.ts';