{
  "name": "cachebranch",
  "version": "1.2.0",
  "description": "Not only caches data in a key-value format but also supports efficient data management with a hierarchical structure.",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.mjs",
  "typings": "dist/typings/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs",
      "types": "./dist/typings/index.d.ts"
    }
  },
  "scripts": {
    "build": "node build/index.js && tsc",
    "test": "jest"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/izure1/cachebranch.git"
  },
  "keywords": [
    "cache",
    "caching",
    "in-memory",
    "key-value",
    "nested",
    "hierarchical",
    "tree",
    "memory-efficient",
    "front-end",
    "back-end",
    "data-structure",
    "lightweight",
    "high-performance"
  ],
  "author": "izure1 <admin@izure.org>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/ungap__structured-clone": "^1.2.0",
    "esbuild": "^0.20.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.3"
  },
  "dependencies": {
    "@ungap/structured-clone": "^1.2.0"
  }
}
