{
  "name": "@agoric/cache",
  "version": "0.4.0",
  "description": "Agoric's simple cache interface",
  "type": "module",
  "main": "src/main.js",
  "repository": "https://github.com/Agoric/agoric-sdk",
  "scripts": {
    "build": "exit 0",
    "test": "ava",
    "test:c8": "c8 --all ${C8_OPTIONS:-} ava",
    "test:xs": "exit 0",
    "lint-fix": "yarn lint:eslint --fix",
    "lint": "yarn run -T run-s --continue-on-error 'lint:*'",
    "lint:types": "yarn run -T tsc",
    "lint:eslint": "yarn run -T eslint ."
  },
  "keywords": [],
  "author": "Agoric",
  "license": "Apache-2.0",
  "dependencies": {
    "@agoric/internal": "0.4.0",
    "@agoric/notifier": "0.7.0",
    "@agoric/store": "0.10.0",
    "@agoric/vat-data": "0.6.0",
    "@endo/far": "^1.1.14",
    "@endo/marshal": "^1.8.0"
  },
  "devDependencies": {
    "@agoric/zoe": "0.27.0",
    "ava": "^5.3.0",
    "c8": "^10.1.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^20.9 || ^22.11"
  },
  "ava": {
    "files": [
      "test/**/*.test.*"
    ],
    "require": [
      "@endo/init/debug.js"
    ],
    "timeout": "20m"
  },
  "typeCoverage": {
    "atLeast": 94.13
  },
  "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}
