@agoric/zoe
Version:
Zoe: the Smart Contract Framework for Offer Enforcement
105 lines (104 loc) • 2.86 kB
JSON
{
"name": "@agoric/zoe",
"version": "0.27.0",
"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.2.0",
"@agoric/ertp": "0.17.0",
"@agoric/internal": "0.4.0",
"@agoric/notifier": "0.7.0",
"@agoric/store": "0.10.0",
"@agoric/swingset-liveslots": "0.11.0",
"@agoric/swingset-vat": "0.33.0",
"@agoric/time": "0.4.0",
"@agoric/vat-data": "0.6.0",
"@agoric/vow": "0.2.0",
"@agoric/zone": "0.3.0",
"@endo/bundle-source": "^4.1.2",
"@endo/captp": "^4.4.8",
"@endo/common": "^1.2.13",
"@endo/errors": "^1.2.13",
"@endo/eventual-send": "^1.3.4",
"@endo/exo": "^1.5.12",
"@endo/far": "^1.1.14",
"@endo/import-bundle": "^1.5.2",
"@endo/marshal": "^1.8.0",
"@endo/nat": "^5.1.3",
"@endo/pass-style": "^1.6.3",
"@endo/patterns": "^1.7.0",
"@endo/promise-kit": "^1.1.13",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@agoric/kmarshal": "0.2.0",
"@endo/init": "^1.1.12",
"ava": "^5.3.0",
"c8": "^10.1.3",
"import-meta-resolve": "^4.1.0",
"tsd": "^0.33.0"
},
"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.66
},
"gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}