We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af34b72 commit 32bfd7eCopy full SHA for 32bfd7e
package.json
@@ -30,6 +30,18 @@
30
"test:node20": "cd test; npx tsc; node compiled/test/index.js",
31
"test:big": "node test/crosstest.test.js slow"
32
},
33
+ "exports": {
34
+ ".": "./index.js",
35
+ "./_arx.js": "./_arx.js",
36
+ "./_poly1305.js": "./_poly1305.js",
37
+ "./_polyval.js": "./_polyval.js",
38
+ "./aes.js": "./aes.js",
39
+ "./chacha.js": "./chacha.js",
40
+ "./ff1.js": "./ff1.js",
41
+ "./salsa.js": "./salsa.js",
42
+ "./utils.js": "./utils.js",
43
+ "./webcrypto.js": "./webcrypto.js"
44
+ },
45
"engines": {
46
"node": ">= 20.19.0"
47
0 commit comments