UNPKG

@nomiclabs/buidler

Version:

Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

10 lines 280 B
export declare function getPackageRoot(): Promise<string>; export interface PackageJson { name: string; version: string; engines: { node: string; }; } export declare function getPackageJson(): Promise<PackageJson>; //# sourceMappingURL=packageInfo.d.ts.map