Temp
This commit is contained in:
@@ -685,3 +685,23 @@ export interface DutchAuctionDetails {
|
||||
currentAmount: BigNumber;
|
||||
currentTimeSeconds: BigNumber;
|
||||
}
|
||||
|
||||
export interface PackageJSON {
|
||||
private?: boolean;
|
||||
version: string;
|
||||
name: string;
|
||||
main?: string;
|
||||
scripts?: { [command: string]: string };
|
||||
config?: {
|
||||
postpublish?: {
|
||||
assets?: string[];
|
||||
docOmitExports?: string[];
|
||||
dockerHubRepo?: string;
|
||||
};
|
||||
'abis:comment'?: string;
|
||||
abis?: string;
|
||||
};
|
||||
dependencies?: { [dependencyName: string]: string };
|
||||
devDependencies?: { [dependencyName: string]: string };
|
||||
workspaces?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user