14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"name": "@wrnexus/cache",
|
|
"version": "0.8.2",
|
|
"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:*"
|
|
}
|
|
}
|