{
  "name": "@agoric/import-manager",
  "version": "0.3.12",
  "description": "Share code across vat boundaries",
  "type": "module",
  "main": "./src/importManager.js",
  "engines": {
    "node": "^20.9 || ^22.11"
  },
  "scripts": {
    "build": "exit 0",
    "test": "ava",
    "test:c8": "c8 --all ${C8_OPTIONS:-} ava",
    "test:xs": "exit 0",
    "lint": "yarn lint:eslint",
    "lint-fix": "yarn lint:eslint --fix",
    "lint:eslint": "yarn run -T eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Agoric/agoric-sdk.git"
  },
  "keywords": [
    "import"
  ],
  "author": "Agoric",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Agoric/agoric-sdk/issues"
  },
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
  "devDependencies": {
    "@agoric/swingset-vat": "0.33.0",
    "ava": "^5.3.0",
    "c8": "^10.1.3"
  },
  "files": [
    "src/",
    "NEWS.md"
  ],
  "ava": {
    "files": [
      "test/**/*.test.*"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "typeCoverage": {
    "atLeast": 94.73
  },
  "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}
