session-cache-utils
Version:
Lightweight sessionStorage caching utilities for the browser.
34 lines (33 loc) • 726 B
JSON
{
"name": "session-cache-utils",
"version": "1.0.0",
"description": "Lightweight sessionStorage caching utilities for the browser.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"cache",
"sessionStorage",
"browser-cache",
"react-cache",
"ttl-cache",
"utility"
],
"author": "Akshit",
"license": "MIT",
"dependencies": {
"typescript": "^5.8.3"
}
}