Created
February 27, 2025 17:20
-
-
Save dontpaniclabsgists/e3fcf96f8e0a61a769c7e0e560d7c580 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"main": "./dist/FileNameInDist.umd.js", | |
"module": "./dist/FileNameInDist.js", | |
"types": "./dist/index.d.ts", | |
"exports": { | |
".": { | |
"import": "./dist/FileNameInDist.js", | |
"require": "./dist/FileNameInDist.umd.js" | |
} | |
}, | |
"files": [ | |
"dist", | |
"src" | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment