{
  "name": "@libp2p/interface-compliance-tests",
  "version": "7.0.27",
  "description": "Compliance tests for JS libp2p interfaces",
  "license": "Apache-2.0 OR MIT",
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interface-compliance-tests#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
  },
  "keywords": [
    "interface",
    "libp2p"
  ],
  "type": "module",
  "types": "./dist/src/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "*",
        "dist/*",
        "dist/src/*",
        "dist/src/*/index"
      ],
      "src/*": [
        "*",
        "dist/*",
        "dist/src/*",
        "dist/src/*/index"
      ]
    }
  },
  "files": [
    "src",
    "dist",
    "!dist/test",
    "!**/*.tsbuildinfo"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js",
      "module-sync": "./dist/src/index.js"
    },
    "./connection-encryption": {
      "types": "./dist/src/connection-encryption/index.d.ts",
      "import": "./dist/src/connection-encryption/index.js",
      "module-sync": "./dist/src/connection-encryption/index.js"
    },
    "./peer-discovery": {
      "types": "./dist/src/peer-discovery/index.d.ts",
      "import": "./dist/src/peer-discovery/index.js",
      "module-sync": "./dist/src/peer-discovery/index.js"
    },
    "./stream-muxer": {
      "types": "./dist/src/stream-muxer/index.d.ts",
      "import": "./dist/src/stream-muxer/index.js",
      "module-sync": "./dist/src/stream-muxer/index.js"
    },
    "./transport": {
      "types": "./dist/src/transport/index.d.ts",
      "import": "./dist/src/transport/index.js",
      "module-sync": "./dist/src/transport/index.js"
    }
  },
  "scripts": {
    "clean": "aegir clean",
    "lint": "aegir lint",
    "dep-check": "aegir dep-check",
    "doc-check": "aegir doc-check",
    "build": "aegir build",
    "generate": "protons src/stream-muxer/fixtures/pb/message.proto",
    "test": "aegir test",
    "test:chrome": "aegir test -t browser --cov",
    "test:chrome-webworker": "aegir test -t webworker",
    "test:firefox": "aegir test -t browser -- --browser firefox",
    "test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
    "test:node": "aegir test -t node --cov",
    "test:electron-main": "aegir test -t electron-main"
  },
  "dependencies": {
    "@libp2p/crypto": "^5.1.21",
    "@libp2p/echo": "^3.1.9",
    "@libp2p/interface": "^3.2.5",
    "@libp2p/interface-internal": "^3.1.9",
    "@libp2p/logger": "^6.2.10",
    "@libp2p/memory": "^2.0.24",
    "@libp2p/peer-id": "^6.0.12",
    "@libp2p/plaintext": "^3.0.24",
    "@libp2p/utils": "^7.3.0",
    "@multiformats/multiaddr": "^13.0.3",
    "@multiformats/multiaddr-matcher": "^3.0.2",
    "aegir": "^48.1.1",
    "delay": "^7.0.0",
    "it-all": "^3.0.9",
    "it-drain": "^3.0.10",
    "it-map": "^3.1.4",
    "it-pushable": "^3.2.3",
    "it-to-buffer": "^5.0.0",
    "libp2p": "^3.3.6",
    "p-defer": "^4.0.1",
    "p-event": "^7.0.0",
    "p-retry": "^8.0.0",
    "p-wait-for": "^6.0.0",
    "protons-runtime": "^7.0.0",
    "race-signal": "^2.0.0",
    "sinon": "^21.0.0",
    "uint8arraylist": "^3.0.2",
    "uint8arrays": "^6.1.1"
  },
  "devDependencies": {
    "protons": "^9.0.1"
  }
}
