Using this lib throws occasional warnings with mocha (related to the "main" key in package.json being incorrect) -- or errors with jest, saying cannot parse the "import" statement in index.ts -- which, as a lib, apps that use mock-chronik-client should only be looking at dist and not index.ts.
Update package.json so routes make this clear.
Tested by publishing 2.1.3-rc -- this version corrects bugs seen in apps that use this lib for tests (vs 2.1.2).