15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"name": "@probo/react-lazy",
|
|
"version": "0.1.0",
|
|
"description": "Enhanced React lazy loading with retries and error handling",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0"
|
|
}
|
|
}
|