Files
manolia-alpha/node_modules/nanoid/async/package.json
Robin COuret e0e50af706 init component
2026-02-16 17:28:37 +01: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"
}
}