diff --git a/package.json b/package.json index 3db7d73..54b4731 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,12 @@ "./types": { "import": "./lib/types.js" }, + "./errors": { + "import": "./lib/errors.js" + }, + "./constants": { + "import": "./lib/constants.js" + }, "./getImplementation": { "import": "./lib/getImplementation.js" },