package.json 99 B

123456
  1. {
  2. "type": "module",
  3. "main": "index.cjs",
  4. "module": "index.js",
  5. "react-native": "index.js"
  6. }