UNPKG

@reliverse/rse

Version:

@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power

7 lines (6 loc) 299 B
/** * Creates a package.json file for a new project using pkg-types * @param projectPath Path where the package.json should be created * @param projectName Name of the project */ export declare function createPackageJSON(projectPath: string, projectName: string, isLib: boolean): Promise<void>;