{
  "name": "@agoric/inter-protocol",
  "version": "0.17.0",
  "description": "Core cryptoeconomy contracts",
  "type": "module",
  "main": "src/index.js",
  "engines": {
    "node": "^20.9 || ^22.11"
  },
  "scripts": {
    "build": "yarn build:bundles",
    "build:bundles": "node ./scripts/build-bundles.js",
    "prepack": "yarn run -T tsc --build tsconfig.build.json",
    "postpack": "git clean -f '*.d.*ts*' '*.tsbuildinfo'",
    "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:eslint": "yarn run -T eslint .",
    "lint:types": "yarn run -T tsc"
  },
  "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",
  "dependencies": {
    "@agoric/base-zone": "0.2.0",
    "@agoric/ertp": "0.17.0",
    "@agoric/governance": "0.11.0",
    "@agoric/internal": "0.4.0",
    "@agoric/notifier": "0.7.0",
    "@agoric/store": "0.10.0",
    "@agoric/time": "0.4.0",
    "@agoric/vat-data": "0.6.0",
    "@agoric/vats": "0.16.0",
    "@agoric/zoe": "0.27.0",
    "@agoric/zone": "0.3.0",
    "@endo/captp": "^4.4.8",
    "@endo/errors": "^1.2.13",
    "@endo/eventual-send": "^1.3.4",
    "@endo/far": "^1.1.14",
    "@endo/marshal": "^1.8.0",
    "@endo/nat": "^5.1.3",
    "@endo/promise-kit": "^1.1.13",
    "jessie.js": "^0.3.4"
  },
  "devDependencies": {
    "@agoric/smart-wallet": "0.6.0",
    "@agoric/swingset-liveslots": "0.11.0",
    "@agoric/swingset-vat": "0.33.0",
    "@endo/bundle-source": "^4.1.2",
    "@endo/init": "^1.1.12",
    "@endo/promise-kit": "^1.1.13",
    "@fast-check/ava": "^1.1.5",
    "ava": "^5.3.0",
    "c8": "^10.1.3",
    "deep-object-diff": "^1.1.9",
    "import-meta-resolve": "^4.1.0"
  },
  "files": [
    "scripts",
    "src/",
    "NEWS.md"
  ],
  "ava": {
    "files": [
      "test/**/*.test.*"
    ],
    "require": [
      "@endo/init/debug.js"
    ],
    "workerThreads": false,
    "timeout": "10m"
  },
  "publishConfig": {
    "access": "public"
  },
  "typeCoverage": {
    "atLeast": 95.64
  },
  "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}
