diff --git a/package.json b/package.json index a37eda7..3efd5a7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,10 @@ "type": "module", "exports": { ".": "./dist/main.js", - "./*": "./dist/*.js" + "./*": "./dist/*.js", + "./components": "./dist/components/index.js", + "./components/*": "./dist/components/*.js", + "./utils/*": "./dist/utils/*.js" }, "scripts": { "build": "node dev/build.js"