rsc-better-cache
Version:
a more flexible React Server Components cache, to avoid prop drilling
36 lines (35 loc) • 799 B
JSON
{
"name": "rsc-better-cache",
"type": "module",
"version": "1.1.2",
"description": "a more flexible React Server Components cache, to avoid prop drilling",
"main": "index.js",
"scripts": {
"test": "node test.js",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barroudjo/rsc-better-cache.git"
},
"keywords": [
"RSC",
"react",
"server",
"components",
"cache"
],
"author": "Jonathan Loss",
"license": "ISC",
"bugs": {
"url": "https://github.com/barroudjo/rsc-better-cache/issues"
},
"homepage": "https://github.com/barroudjo/rsc-better-cache#readme",
"devDependencies": {
"@types/react": "^18.2.47",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "next"
}
}