@agoric/deploy-script-support
Version:
Helpers and other support for writing deploy scripts
80 lines (79 loc) • 1.94 kB
JSON
{
"name": "@agoric/deploy-script-support",
"version": "0.11.0-u22.2",
"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.17.0-u22.2",
"@agoric/import-manager": "0.3.12-u22.2",
"@agoric/internal": "0.4.0-u22.2",
"@agoric/notifier": "0.7.0-u22.2",
"@agoric/pola-io": "0.2.0-u22.2",
"@agoric/store": "0.10.0-u22.1",
"@agoric/time": "0.4.0-u22.1",
"@agoric/zoe": "0.27.0-u22.2",
"@endo/base64": "^1.0.12",
"@endo/bundle-source": "^4.1.2",
"@endo/errors": "^1.2.13",
"@endo/far": "^1.1.14",
"@endo/marshal": "^1.8.0",
"@endo/nat": "^5.1.3",
"@endo/promise-kit": "^1.1.13",
"@endo/zip": "^1.0.11"
},
"devDependencies": {
"@agoric/vats": "0.16.0-u22.2",
"@endo/init": "^1.1.12",
"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.26
},
"gitHead": "4c65b8ef77e246c8ed3ed9ba9286c8a34356ce37"
}