{
  "name": "@agoric/ertp",
  "version": "0.15.5",
  "description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
  "type": "module",
  "main": "src/index.js",
  "engines": {
    "node": ">=14.15.0"
  },
  "scripts": {
    "build": "exit 0",
    "test": "ava",
    "test:c8": "c8 $C8_OPTIONS ava",
    "test:xs": "yarn test:xs-unit && yarn test:xs-worker",
    "test:xs-unit": "ava-xs",
    "test:xs-worker": "SWINGSET_WORKER_TYPE=xs-worker ava -c 2 'test/swingsetTests/**/test-*.js'",
    "lint-fix": "yarn lint:eslint --fix",
    "lint": "run-s --continue-on-error lint:*",
    "lint:eslint": "eslint .",
    "lint:types": "tsc --maxNodeModuleJsDepth 3 -p jsconfig.json"
  },
  "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/assert": "^0.5.1",
    "@agoric/nat": "^4.1.0",
    "@agoric/notifier": "^0.5.1",
    "@agoric/store": "^0.8.5",
    "@agoric/swingset-vat": "^0.31.0",
    "@agoric/vat-data": "^0.4.5",
    "@endo/eventual-send": "^0.16.5",
    "@endo/far": "^0.2.11",
    "@endo/marshal": "^0.7.5",
    "@endo/promise-kit": "^0.2.49"
  },
  "devDependencies": {
    "@endo/bundle-source": "^2.3.1",
    "@fast-check/ava": "^1.0.1",
    "ava": "^4.3.1"
  },
  "files": [
    "src",
    "NEWS.md",
    "exported.js"
  ],
  "ava-xs": {
    "exclude": [
      "swingsetTests",
      "# fast-check unsupported",
      "test/unitTests/test-amountProperties.js",
      "test/unitTests/test-inputValidation.js",
      "test/unitTests/test-issuerObj.js"
    ]
  },
  "ava": {
    "files": [
      "test/**/test-*.js"
    ],
    "timeout": "5m"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "636c850161d29c0368b4dec03c90e2674e8d6479"
}
