{
  "name": "@agoric/async-flow",
  "version": "0.2.0",
  "description": "Upgrade async functions at await points by replay",
  "type": "module",
  "repository": "https://github.com/Agoric/agoric-sdk",
  "main": "./index.js",
  "scripts": {
    "build": "exit 0",
    "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"
  },
  "exports": {
    ".": "./index.js"
  },
  "keywords": [],
  "author": "Agoric",
  "license": "Apache-2.0",
  "dependencies": {
    "@agoric/base-zone": "0.2.0",
    "@agoric/internal": "0.4.0",
    "@agoric/store": "0.10.0",
    "@agoric/vow": "0.2.0",
    "@endo/common": "^1.2.13",
    "@endo/errors": "^1.2.13",
    "@endo/eventual-send": "^1.3.4",
    "@endo/marshal": "^1.8.0",
    "@endo/pass-style": "^1.6.3",
    "@endo/patterns": "^1.7.0",
    "@endo/promise-kit": "^1.1.13"
  },
  "devDependencies": {
    "@agoric/swingset-vat": "0.33.0",
    "@agoric/zone": "0.3.0",
    "@endo/env-options": "^1.1.11",
    "ava": "^5.3.0",
    "tsd": "^0.33.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^20.9 || ^22.11"
  },
  "ava": {
    "files": [
      "test/**/*.test.*"
    ],
    "require": [
      "@endo/init/debug.js"
    ],
    "timeout": "20m",
    "workerThreads": false
  },
  "typeCoverage": {
    "atLeast": 77.17
  },
  "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}
