{
  "name": "@agoric/store",
  "version": "0.10.0",
  "description": "Wrapper for JavaScript map",
  "type": "module",
  "main": "src/index.js",
  "engines": {
    "node": "^20.9 || ^22.11"
  },
  "scripts": {
    "build": "exit 0",
    "test": "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 .",
    "prepack": "yarn run -T tsc --build tsconfig.build.json",
    "postpack": "git clean -f '*.d.*ts*' '*.tsbuildinfo'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Agoric/agoric-sdk.git"
  },
  "keywords": [
    "map"
  ],
  "author": "Agoric",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Agoric/agoric-sdk/issues"
  },
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
  "dependencies": {
    "@endo/errors": "^1.2.13",
    "@endo/exo": "^1.5.12",
    "@endo/marshal": "^1.8.0",
    "@endo/pass-style": "^1.6.3",
    "@endo/patterns": "^1.7.0"
  },
  "devDependencies": {
    "@endo/init": "^1.1.12",
    "@endo/ses-ava": "^1.3.2",
    "ava": "^5.3.0"
  },
  "files": [
    "src/",
    "exported.js",
    "NEWS.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "ava": {
    "files": [
      "test/**/*.test.*"
    ],
    "require": [
      "@endo/init/debug.js"
    ],
    "timeout": "2m"
  },
  "typeCoverage": {
    "atLeast": 89.63
  },
  "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}
