From e4ee421628e42b6ed1bf291094b7445b96aab5e3 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Wed, 10 Jun 2026 20:52:51 +0100 Subject: [PATCH] Make installable --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a03c6f7..9a6ae02 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,10 @@ "license": "ISC", "exports": { ".": { - "import": "./lib/main.js" + "types": "./lib/src/main.d.ts", + "import": "./lib/main.js", + "require": "./lib/main.js", + "default": "./lib/main.js" } }, "scripts": {