UNPKG

@agoric/deploy-script-support

Version:

Helpers and other support for writing deploy scripts

79 lines (78 loc) 1.91 kB
{ "name": "@agoric/deploy-script-support", "version": "0.10.4-u21.0.1", "description": "Helpers and other support for writing deploy scripts", "type": "module", "main": "src/helpers.js", "engines": { "node": "^20.9 || ^22.11" }, "scripts": { "build": "exit 0", "test": "ava", "test:xs": "exit 0", "lint-fix": "yarn lint:eslint --fix", "lint:eslint": "yarn run -T eslint .", "lint:types": "yarn run -T tsc", "lint": "yarn run -T run-s --continue-on-error 'lint:*'" }, "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/ertp": "0.16.3-u21.0.1", "@agoric/import-manager": "0.3.12-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/time": "0.3.3-u21.0.1", "@agoric/zoe": "0.27.0-u21.0.1", "@endo/base64": "^1.0.9", "@endo/bundle-source": "^4.0.0", "@endo/errors": "^1.2.10", "@endo/far": "^1.1.11", "@endo/marshal": "^1.6.4", "@endo/nat": "^5.1.0", "@endo/promise-kit": "^1.1.10", "@endo/zip": "^1.0.9" }, "devDependencies": { "@agoric/vats": "0.16.0-u21.0.1", "@endo/init": "^1.1.9", "ava": "^5.3.0", "import-meta-resolve": "^4.1.0" }, "files": [ "src", "NEWS.md" ], "ava": { "files": [ "test/**/*.test.*" ], "require": [ "@endo/init/debug.js" ] }, "publishConfig": { "access": "public" }, "typeCoverage": { "atLeast": 83.92 }, "gitHead": "16519b2de1eb2afda2b4ec866f55eadd4bb18223" }