{
  "name": "@agoric/assert",
  "version": "0.6.1-u16.0",
  "description": "Assert expression support that protects sensitive data",
  "type": "module",
  "main": "src/assert.js",
  "engines": {
    "node": "^18.12 || ^20.9"
  },
  "scripts": {
    "build": "exit 0",
    "test": "ava",
    "test:nyc": "exit 0",
    "test:xs": "exit 0",
    "lint-fix": "yarn lint:eslint --fix",
    "lint": "run-s --continue-on-error lint:*",
    "lint:eslint": "eslint .",
    "lint:types": "tsc"
  },
  "devDependencies": {
    "@endo/init": "^1.1.2",
    "ava": "^5.3.0"
  },
  "ava": {
    "require": [
      "@endo/init/debug.js"
    ],
    "files": [
      "test/**/*.test.*"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Agoric/agoric-sdk.git"
  },
  "keywords": [
    "assert",
    "errors"
  ],
  "author": "Agoric",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Agoric/agoric-sdk/issues"
  },
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
  "files": [
    "src/",
    "NEWS.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "typeCoverage": {
    "atLeast": 100
  },
  "gitHead": "bbdf652c3f413381cb352a8a360db1063974fafd"
}
