lightning-auth-and-payment
Version:
Lightning Network authentication and payment processing library for modern web applications
14 lines • 402 B
TypeScript
export interface ProjectInfo {
isNextJS: boolean;
nextVersion?: string;
hasTypeScript: boolean;
hasTailwind: boolean;
hasPrisma: boolean;
hasLightning: boolean;
databaseType?: string;
hasPackageJson: boolean;
hasNextConfig: boolean;
hasEnvironmentFile: boolean;
}
export declare function checkProject(): Promise<ProjectInfo>;
//# sourceMappingURL=detect.d.ts.map