{
  "name": "@endo/far",
  "version": "1.1.13",
  "description": "Helpers for distributed objects.",
  "type": "module",
  "main": "src/index.js",
  "exports": {
    ".": "./src/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "test": "ava",
    "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
    "test:xs": "exit 0",
    "build": "exit 0",
    "prepack": "tsc --build tsconfig.build.json",
    "postpack": "git clean -fX \"*.d.ts*\" \"*.d.cts*\" \"*.d.mts*\" \"*.tsbuildinfo\"",
    "lint-fix": "yarn lint:eslint --fix && yarn lint:types",
    "lint": "yarn lint:types && yarn lint:eslint",
    "lint:types": "tsc",
    "lint:eslint": "eslint '**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/endojs/endo.git",
    "directory": "packages/far"
  },
  "author": "Endo contributors",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/endojs/endo/issues"
  },
  "homepage": "https://github.com/endojs/endo#readme",
  "dependencies": {
    "@endo/errors": "^1.2.12",
    "@endo/eventual-send": "^1.3.3",
    "@endo/pass-style": "^1.6.2"
  },
  "devDependencies": {
    "@endo/init": "^1.1.11",
    "@endo/ses-ava": "^1.3.1",
    "ava": "^6.1.3",
    "c8": "^7.14.0",
    "typescript": "~5.8.3"
  },
  "keywords": [
    "eventual send",
    "wavy dot",
    "remote objects",
    "tildot",
    "far"
  ],
  "files": [
    "./*.d.ts",
    "./*.js",
    "./*.map",
    "LICENSE*",
    "SECURITY*",
    "dist",
    "lib",
    "src",
    "tools"
  ],
  "eslintConfig": {
    "extends": [
      "plugin:@endo/internal"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "ava": {
    "files": [
      "test/**/*.test.*"
    ],
    "timeout": "2m"
  },
  "typeCoverage": {
    "atLeast": 100
  },
  "gitHead": "03b92fc383da5d8bb4ea993b90149a0db5799d0b"
}
