{
  "name": "@sebspark/promise-cache",
  "version": "8.1.4",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "spark-build src/index.ts",
    "dev": "tsc --watch --noEmit",
    "lint": "biome check .",
    "test": "vitest run --passWithNoTests --coverage",
    "test:e2e": "vitest --config vitest.config.e2e.ts --run",
    "typecheck": "vitest --typecheck.only --passWithNoTests"
  },
  "devDependencies": {
    "@testcontainers/redis": "12.0.4"
  },
  "dependencies": {
    "@sebspark/memredis": "1.0.3",
    "@sebspark/otel": "4.1.14",
    "date-fns": "4.4.0",
    "redis": "6.1.0",
    "superjson": "2.2.6"
  },
  "resolutions": {
    "protobufjs": "8.6.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/seb-oss/Spark-packages.git"
  }
}
