@tobq/loadable
Version:
A library for simplifying asynchronous operations in React
52 lines (51 loc) • 1.27 kB
JSON
{
"name": "@tobq/loadable",
"version": "2.0.3",
"description": "A library for simplifying asynchronous operations in React",
"main": "dist/loadable.js",
"types": "dist/loadable.d.ts",
"scripts": {
"test": "jest",
"build": "tsc -p . --outDir dist --noEmit false",
"patch": "npm run build && npm version patch",
"release": "npm run patch && git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/tobq/loadable.git"
},
"author": "Tobi Akinyemi",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/tobq/loadable/issues"
},
"homepage": "https://github.com/tobq/loadable#readme",
"peerDependencies": {
"react": "^19.0.0"
},
"dependencies": {
"@types/jest": "^29.5.14",
"@types/react": "^19.0.0",
"jest": "^29.7.0",
"react-dom": "^19.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"keywords": [
"async",
"loadable",
"suspense",
"React",
"Hooks",
"Data Loading",
"Asynchronous",
"Loadable",
"TypeScript",
"State Management",
"Data Fetching",
"React Components",
"Async/Await",
"Loading State",
"Error Handling"
]
}