{
  "name": "@agoric/swingset-vat",
  "version": "0.33.0",
  "description": "Vat/Container Launcher",
  "type": "module",
  "main": "src/index.js",
  "engines": {
    "node": "^20.9 || ^22.11"
  },
  "bin": {
    "vat": "bin/vat"
  },
  "scripts": {
    "build": "exit 0",
    "test": "ava",
    "test:c8": "c8 --all ${C8_OPTIONS:-} ava",
    "test:xs": "SWINGSET_WORKER_TYPE=xs-worker ava",
    "test:xs-worker": "ava test/workers -m 'xsnap vat manager'",
    "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 ."
  },
  "devDependencies": {
    "@agoric/xsnap": "0.15.0",
    "@types/better-sqlite3": "^7.6.13",
    "@types/microtime": "^2.1.0",
    "@types/tmp": "^0.2.0",
    "@types/yargs-parser": "^21.0.0",
    "ava": "^5.3.0"
  },
  "dependencies": {
    "@agoric/internal": "0.4.0",
    "@agoric/kmarshal": "0.2.0",
    "@agoric/store": "0.10.0",
    "@agoric/swing-store": "0.10.0",
    "@agoric/swingset-liveslots": "0.11.0",
    "@agoric/swingset-xsnap-supervisor": "0.11.0",
    "@agoric/time": "0.4.0",
    "@agoric/vat-data": "0.6.0",
    "@agoric/xsnap-lockdown": "0.14.1",
    "@endo/base64": "^1.0.12",
    "@endo/bundle-source": "^4.1.2",
    "@endo/captp": "^4.4.8",
    "@endo/check-bundle": "^1.0.17",
    "@endo/compartment-mapper": "^1.6.3",
    "@endo/errors": "^1.2.13",
    "@endo/eventual-send": "^1.3.4",
    "@endo/far": "^1.1.14",
    "@endo/import-bundle": "^1.5.2",
    "@endo/init": "^1.1.12",
    "@endo/marshal": "^1.8.0",
    "@endo/nat": "^5.1.3",
    "@endo/pass-style": "^1.6.3",
    "@endo/patterns": "^1.7.0",
    "@endo/promise-kit": "^1.1.13",
    "@endo/ses-ava": "^1.3.2",
    "@endo/stream": "^1.2.13",
    "@endo/zip": "^1.0.11",
    "ansi-styles": "^6.2.1",
    "anylogger": "^0.21.0",
    "better-sqlite3": "^10.1.0",
    "import-meta-resolve": "^4.1.0",
    "microtime": "^3.1.0",
    "semver": "^6.3.0",
    "tmp": "^0.2.1",
    "yargs-parser": "^21.1.1"
  },
  "peerDependencies": {
    "@agoric/xsnap": "*",
    "ava": "^5.3.0"
  },
  "files": [
    "bin/vat",
    "src/**/*.js",
    "src/**/*.d.ts",
    "exported.js",
    "tools"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Agoric/agoric-sdk.git"
  },
  "author": "Agoric",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Agoric/agoric-sdk/issues"
  },
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
  "directories": {
    "example": "examples"
  },
  "ava": {
    "files": [
      "test/**/*.test.*"
    ],
    "require": [
      "@endo/init/debug.js"
    ],
    "timeout": "20m"
  },
  "publishConfig": {
    "access": "public"
  },
  "typeCoverage": {
    "atLeast": 76.59
  },
  "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}
