{
  "name": "@libp2p/prometheus-metrics",
  "version": "5.0.29",
  "description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
  "author": "",
  "license": "Apache-2.0 OR MIT",
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/metrics-prometheus#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/libp2p/js-libp2p.git"
  },
  "bugs": {
    "url": "https://github.com/libp2p/js-libp2p/issues"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "type": "module",
  "types": "./dist/src/index.d.ts",
  "files": [
    "src",
    "dist",
    "!dist/test",
    "!**/*.tsbuildinfo"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js",
      "module-sync": "./dist/src/index.js"
    }
  },
  "scripts": {
    "clean": "aegir clean",
    "lint": "aegir lint",
    "dep-check": "aegir dep-check",
    "doc-check": "aegir doc-check",
    "build": "aegir build",
    "test": "aegir test -t node",
    "test:node": "aegir test -t node --cov",
    "test:electron-main": "aegir test -t electron-main --cov"
  },
  "dependencies": {
    "@libp2p/interface": "^3.3.0",
    "prom-client": "^15.1.3"
  },
  "devDependencies": {
    "@libp2p/logger": "^6.2.13",
    "@libp2p/utils": "^7.4.1",
    "aegir": "^48.1.1",
    "p-event": "^7.0.0"
  },
  "sideEffects": false
}
