diff --git a/package.json b/package.json index 8b730b7..4e5b14b 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "description": "A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.", "type": "module", "exports": { - ".": "./dist/index.js", - "./cliclient": "./dist_cliclient/index.js", - "./web": "./dist_web/index.js" + ".": "./dist_ts/index.js", + "./cliclient": "./dist_ts_cliclient/index.js", + "./web": "./dist_ts_web/index.js" }, "author": "Task Venture Capital GmbH", "license": "MIT",