{
  "name": "@sanjo/cache",
  "version": "2.1.2",
  "type": "module",
  "description": "Caches",
  "keywords": [
    "caches",
    "caching"
  ],
  "homepage": "https://github.com/SanjoSolutions/unnamed/tree/main/packages/cache",
  "license": "Unlicense",
  "main": "./index.js",
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/SanjoSolutions/unnamed.git",
    "directory": "packages/cache"
  },
  "dependencies": {
    "@sanjo/array": "^1.0.4"
  },
  "devDependencies": {
    "@sanjo/identity": "^2.0.4",
    "@sanjo/mathematics": "^0.4.0"
  },
  "publishConfig": {
    "access": "public"
  }
}