@endo/far
Version:
Helpers for distributed objects.
84 lines (83 loc) • 1.85 kB
JSON
{
"name": "@endo/far",
"version": "1.1.11",
"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 -f '*.d.ts*' '*.tsbuildinfo'",
"lint-fix": "yarn lint:eslint --fix && yarn lint:types",
"lint-check": "yarn lint",
"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.10",
"@endo/eventual-send": "^1.3.1",
"@endo/pass-style": "^1.5.0"
},
"devDependencies": {
"@endo/init": "^1.1.9",
"@endo/ses-ava": "^1.2.10",
"ava": "^6.1.3",
"c8": "^7.14.0",
"typescript": "~5.6.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": "9b6784831d37db948cdd61f6da1f3489e8f97906"
}