We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5809a commit d3f6107Copy full SHA for d3f6107
1 file changed
package.json
@@ -35,6 +35,11 @@
35
"test:deno": "cd test; npm install; deno --allow-env --allow-read index.ts",
36
"test:node20": "cd test; npx tsc; cd compiled/test; npm install; node index.js"
37
},
38
+ "exports": {
39
+ ".": "./index.js",
40
+ "./decode.js": "./decode.js",
41
+ "./dom.js": "./dom.js"
42
+ },
43
"engines": {
44
"node": ">= 20.19.0"
45
0 commit comments