{
  "name": "cache-api-local",
  "version": "1.1.1",
  "description": "A lib to use for caching the api res so your load to serve minimize. Plus it has revalidating feature 🔥🔥",
  "scripts": {
    "rollup": "rollup -c --bundleConfigAsCjs"
  },
  "keywords": [
    "api",
    "cache",
    "cache-api",
    "api-cache",
    "local-cache"
  ],
  "author": "vinni0786",
  "license": "ISC",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/node": "^20.12.7",
    "rollup": "^4.14.3",
    "rollup-plugin-dts": "^6.1.0",
    "tslib": "^2.6.2",
    "typescript": "^5.4.5"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VinniWin/cache-api.git"
  },
  "bugs": {
    "url": "https://github.com/VinniWin/cache-api/issues"
  },
  "homepage": "https://github.com/VinniWin/cache-api#readme"
}
