{
  "name": "bare-ws",
  "version": "3.0.0",
  "description": "WebSocket library for JavaScript",
  "exports": {
    "./package": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./global": {
      "types": "./global.d.ts",
      "default": "./global.js"
    },
    "./constants": {
      "types": "./lib/constants.d.ts",
      "default": "./lib/constants.js"
    },
    "./errors": {
      "types": "./lib/errors.d.ts",
      "default": "./lib/errors.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "global.js",
    "global.d.ts",
    "lib"
  ],
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "brittle-bare --coverage test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-ws.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/bare-ws/issues"
  },
  "homepage": "https://github.com/holepunchto/bare-ws#readme",
  "dependencies": {
    "bare-crypto": "^1.2.0",
    "bare-events": "^2.3.1",
    "bare-http1": "^4.0.0",
    "bare-https": "^3.0.0",
    "bare-stream": "^2.1.2"
  },
  "devDependencies": {
    "bare-buffer": "^3.0.2",
    "bare-fs": "^4.0.0",
    "bare-url": "^2.1.3",
    "brittle": "^3.3.0",
    "lunte": "^1.7.0",
    "prettier": "^3.4.1",
    "prettier-config-holepunch": "^2.0.0"
  },
  "peerDependencies": {
    "bare-buffer": "*",
    "bare-url": "*"
  },
  "peerDependenciesMeta": {
    "bare-buffer": {
      "optional": true
    },
    "bare-url": {
      "optional": true
    }
  }
}
