readonly
libUtilitiesConstants: { headers: { correlationId: string; requestId: string; responseTime: string; }; }
readonly
validLogLevels: string[]
private
_product: ProductJson | undefined
Will throw Error if:
- join(Deno.cwd(), 'deno.json') does not exist or not readable
- Text from file is not parsable as JSON.
- JSON does not have a name and version property.