@nomiclabs/buidler
Version:
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
11 lines • 340 B
TypeScript
export declare function getPackageRoot(): Promise<string>;
export interface PackageJson {
name: string;
version: string;
engines: {
node: string;
};
}
export declare function getPackageJson(): Promise<PackageJson>;
export declare function getBuidlerVersion(): string | null;
//# sourceMappingURL=packageInfo.d.ts.map