{
  "name": "@amaui/cache",
  "version": "1.0.11117",
  "description": "Cache",
  "repository": "https://github.com/amaui-org/amaui-cache.git",
  "author": "Lazar <lazareric.com@gmail.com>",
  "license": "MIT",
  "private": false,
  "main": "./index.js",
  "keywords": [
    "cache",
    "caches",
    "caching",
    "frontend",
    "front-end",
    "backend",
    "back-end",
    "web",
    "browser",
    "javascript",
    "js",
    "typescript",
    "node",
    "nodejs",
    "library",
    "amaui",
    "utils"
  ],
  "dependencies": {
    "@amaui/utils": "^1.0.11411",
    "@babel/runtime": "^7.18.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=12.0.0",
    "yarn": ">=1.22"
  },
  "module": "./esm/index.js",
  "types": "./index.d.ts"
}