We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exports
package.json
1 parent 977dd76 commit 0373bb2Copy full SHA for 0373bb2
1 file changed
package.json
@@ -37,6 +37,9 @@
37
"license": "MIT",
38
"type": "module",
39
"main": "index.mjs",
40
+ "exports": {
41
+ ".": "./index.mjs"
42
+ },
43
"imports": {
44
"#argv2Object": "./src/argv2Object.mjs",
45
"#constants": "./src/constants.mjs",
0 commit comments