Files
Bourse/bourse_app/node_modules/nanoid/async/package.json
1288 e6189144d7 1
2026-06-08 21:26:47 +08:00

12 lines
233 B
JSON

{
"type": "module",
"main": "index.cjs",
"module": "index.js",
"react-native": {
"./index.js": "./index.native.js"
},
"browser": {
"./index.js": "./index.browser.js",
"./index.cjs": "./index.browser.cjs"
}
}