Files
klz-cables.com/.pnpm-store/v10/files/91/e1231dbf9736eddeb5e94e57f88b6f97a892dc6377cb6419f5442da923d910a5ca815fca9444b3eb7caa9103c85c3f68b4e6bea8cd36e4ab671af424afe65a
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

37 lines
890 B
Plaintext

{
"name": "react-promise-suspense",
"version": "0.3.4",
"description": "React hook for resolving promises with Suspense support",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vigzmv/react-promise-suspense.git"
},
"keywords": [
"react",
"fetch",
"suspense",
"promise",
"hooks"
],
"author": "Vignesh M <vigzmv@outlook.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/vigzmv/react-promise-suspense/issues"
},
"homepage": "https://github.com/vigzmv/react-promise-suspense#readme",
"scripts": {
"build": "tsc --outDir build",
"dev": "tsc --outDir build --watch",
"prepublishOnly": "npm run build",
"test": "exit 0"
},
"devDependencies": {
"@types/node": "^18.13.0",
"typescript": "^4.9.5"
},
"dependencies": {
"fast-deep-equal": "^2.0.1"
}
}