What are the 'module' and 'source' top-level fields in 'package.json' used for? #323
Unanswered
AsteriskZuo
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
{
"name": "@sendbird/uikit-react-native",
"version": "2.0.0",
"description": "react-native-uikit",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
...
}
Beta Was this translation helpful? Give feedback.
All reactions