smatchit_tailwind_project/node_modules/nanoid/async/package.json

12 lines
233 B
JSON
Raw Normal View History

2024-07-15 12:57:41 +00:00
{
"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"
}
}