diff --git a/package.json b/package.json index 0146cb6..0de94cc 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,11 @@ "./source": { "types": "./dist/src/source.d.ts", "import": "./dist/src/source.js" + }, + "./web-socket": { + "types": "./dist/src/web-socket.d.ts", + "import": "./dist/src/web-socket.js", + "browser": "./dist/src/web-socket.browser.js" } }, "eslintConfig": {