cache-manager-soumojit-shome
Version:
A lightweight utility for managing cache in web applications using the browser's Cache API.
23 lines • 532 B
JSON
{
"name": "cache-manager-soumojit-shome",
"version": "1.0.0",
"description": "A lightweight utility for managing cache in web applications using the browser's Cache API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"No tests specified yet.\" && exit 1"
},
"keywords": [
"cache",
"browser-cache",
"cache-api",
"web",
"utility",
"javascript",
"browser",
"data-caching"
],
"author": "Soumojit Shome",
"license": "ISC"
}