{
  "name": "@agoric/stat-logger",
  "version": "0.4.29",
  "description": "Simple library for logging and graphing performance statistics",
  "type": "module",
  "main": "src/index.js",
  "repository": "https://github.com/Agoric/agoric-sdk",
  "author": "Agoric",
  "license": "Apache-2.0",
  "scripts": {
    "build": "exit 0",
    "test": "exit 0",
    "test:xs": "exit 0",
    "lint": "yarn run -T run-s --continue-on-error 'lint:*'",
    "lint-fix": "yarn lint:eslint --fix",
    "lint:eslint": "yarn run -T eslint ."
  },
  "dependencies": {
    "@endo/errors": "^1.2.13"
  },
  "peerDependencies": {
    "canvas": "^2.6.1",
    "vega": "^5.22.1",
    "vega-canvas": "^1.2.1"
  },
  "peerDependenciesMeta": {
    "canvas": {
      "optional": true
    },
    "vega": {
      "optional": true
    },
    "vega-canvas": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "typeCoverage": {
    "atLeast": 63.11
  },
  "engines": {
    "node": "^20.9 || ^22.11"
  },
  "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}
