UNPKG

@agoric/zoe

Version:

Zoe: the Smart Contract Framework for Offer Enforcement

106 lines (105 loc) 3 kB
{ "name": "@agoric/zoe", "version": "0.27.0-u21.0.1", "description": "Zoe: the Smart Contract Framework for Offer Enforcement", "type": "module", "main": "./src/zoeService/zoe.js", "engines": { "node": "^20.9 || ^22.11" }, "scripts": { "build": "yarn build:bundles", "build:bundles": "node scripts/build-bundles.js", "prepack": "yarn run -T tsc --build tsconfig.build.json", "postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", "test": "ava --verbose", "test:c8": "c8 --all $C8_OPTIONS ava", "test:unit": "ava 'test/unitTests' -T 1m --verbose", "test:swingset": "ava 'test/swingsetTests' -T 10m --verbose", "test:xs": "yarn test:xs-worker", "test:xs-unit": "exit 0", "test:xs-worker": "SWINGSET_WORKER_TYPE=xs-worker ava -c 2 'test/swingsetTests'", "build-zcfBundle": "yarn build:bundles", "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" }, "repository": { "type": "git", "url": "git+https://github.com/Agoric/agoric-sdk.git" }, "keywords": [ "smart", "contract", "cryptocurrency", "exchange", "tokens" ], "author": "Agoric", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Agoric/agoric-sdk/issues" }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/base-zone": "0.1.1-u21.0.1", "@agoric/ertp": "0.16.3-u21.0.1", "@agoric/internal": "0.4.0-u21.0.1", "@agoric/notifier": "0.7.0-u21.0.1", "@agoric/store": "0.9.3-u21.0.1", "@agoric/swingset-liveslots": "0.10.3-u21.0.1", "@agoric/swingset-vat": "0.33.0-u21.0.1", "@agoric/time": "0.3.3-u21.0.1", "@agoric/vat-data": "0.5.3-u21.0.1", "@agoric/vow": "0.2.0-u21.0.1", "@agoric/zone": "0.3.0-u21.0.1", "@endo/bundle-source": "^4.0.0", "@endo/captp": "^4.4.5", "@endo/common": "^1.2.10", "@endo/errors": "^1.2.10", "@endo/eventual-send": "^1.3.1", "@endo/exo": "^1.5.9", "@endo/far": "^1.1.11", "@endo/import-bundle": "^1.4.0", "@endo/marshal": "^1.6.4", "@endo/nat": "^5.1.0", "@endo/pass-style": "^1.5.0", "@endo/patterns": "^1.5.0", "@endo/promise-kit": "^1.1.10", "yargs-parser": "^21.1.1" }, "devDependencies": { "@agoric/kmarshal": "0.1.1-u21.0.1", "@agoric/xsnap": "0.14.3-u21.0.1", "@endo/init": "^1.1.9", "ava": "^5.3.0", "c8": "^10.1.3", "import-meta-resolve": "^4.1.0", "tsd": "^0.31.1" }, "files": [ "bundles/", "src/", "tools/", "contractFacet.js", "exported.js", "NEWS.md" ], "ava": { "files": [ "test/**/*.test.*" ], "require": [ "@endo/init/debug.js" ], "timeout": "20m" }, "publishConfig": { "access": "public" }, "typeCoverage": { "atLeast": 84.69 }, "gitHead": "16519b2de1eb2afda2b4ec866f55eadd4bb18223" }