export interface ITsPublishJson { /** * the order assures that a project is compiled before another project */ order: number; name: string; dependencies: string[]; registries: string[]; /** * allows the sepcification of bin names that invoke cli scripts */ bin: string[]; }