UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

6 lines (5 loc) 158 B
export { findPackageJson }; declare function findPackageJson(cwd: string): null | { packageJson: Record<string, unknown>; packageJsonPath: string; };