Files
WRNexusJS/packages/cache/package.json
T
2026-08-01 10:04:42 +05:30

14 lines
306 B
JSON

{
"name": "@wrnexus/cache",
"version": "0.7.0",
"type": "module",
"description": "Tag-aware memory and response caching with stale-while-revalidate for WRNexusJS.",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@wrnexus/core": "workspace:*"
}
}