Files
UoL/CM2010 Software Design and Development/Topic 2/8.3.1/node_modules/nanoid/async/package.json
2021-06-16 19:39:43 -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"
}
}