Files
UoL/CM2010 Software Design and Development/Topic 4/8.2.4/node_modules/nanoid/async/package.json
2021-06-16 17:23:26 -05:00

11 lines
191 B
JSON

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