UNPKG

@endo/marshal

Version:

marshal: encoding and deconding of Passable subgraphs

95 lines (94 loc) 2.33 kB
{ "name": "@endo/marshal", "version": "1.7.1", "description": "marshal: encoding and deconding of Passable subgraphs", "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "directories": { "test": "test" }, "scripts": { "build": "exit 0", "prepack": "tsc --build tsconfig.build.json", "postpack": "git clean -fX \"*.d.ts*\" \"*.d.cts*\" \"*.d.mts*\" \"*.tsbuildinfo\"", "test": "ava", "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js", "test:xs": "exit 0", "pretty-fix": "prettier --write '**/*.js'", "pretty-check": "prettier --check '**/*.js'", "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/marshal" }, "keywords": [ "marshal" ], "author": "Endo contributors", "license": "Apache-2.0", "bugs": { "url": "https://github.com/endojs/endo/issues" }, "homepage": "https://github.com/endojs/endo#readme", "dependencies": { "@endo/common": "^1.2.12", "@endo/errors": "^1.2.12", "@endo/eventual-send": "^1.3.3", "@endo/nat": "^5.1.2", "@endo/pass-style": "^1.6.2", "@endo/promise-kit": "^1.1.12" }, "devDependencies": { "@endo/init": "^1.1.11", "@endo/lockdown": "^1.0.17", "@endo/ses-ava": "^1.3.1", "@fast-check/ava": "^1.1.5", "ava": "^6.1.3", "babel-eslint": "^10.1.0", "c8": "^7.14.0", "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "typescript": "~5.8.3" }, "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": 85.3 }, "gitHead": "03b92fc383da5d8bb4ea993b90149a0db5799d0b" }