{
  "name": "@agoric/vat-data",
  "version": "0.6.0",
  "description": "Safe access to VatData global",
  "type": "module",
  "repository": "https://github.com/Agoric/agoric-sdk",
  "main": "./src/index.js",
  "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:eslint": "yarn run -T eslint .",
    "lint:types": "yarn run -T tsc"
  },
  "keywords": [],
  "author": "Agoric",
  "license": "Apache-2.0",
  "dependencies": {
    "@agoric/base-zone": "0.2.0",
    "@agoric/store": "0.10.0",
    "@agoric/swingset-liveslots": "0.11.0",
    "@endo/errors": "^1.2.13",
    "@endo/exo": "^1.5.12",
    "@endo/patterns": "^1.7.0"
  },
  "devDependencies": {
    "@endo/far": "^1.1.14",
    "@endo/init": "^1.1.12",
    "@endo/ses-ava": "^1.3.2",
    "ava": "^5.3.0",
    "tsd": "^0.33.0"
  },
  "ava": {
    "require": [
      "@endo/init/debug.js"
    ],
    "files": [
      "test/**/*.test.*"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^20.9 || ^22.11"
  },
  "typeCoverage": {
    "atLeast": 99.33
  },
  "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}
