{
  "name": "itty-sockets",
  "version": "0.9.3",
  "description": "WebSockets : simplified and minified.",
  "type": "module",
  "exports": {
    ".": {
      "import": "./connect.mjs",
      "types": "./connect.d.ts",
      "require": "./connect.js"
    }
  },
  "scripts": {
    "dev": "bun test --watch --coverage",
    "test": "bun test --coverage",
    "lint": "itty lint",
    "build": "itty lint && itty build --snippet=connect --hybrid",
    "release": "itty release --prepare --tag --push --otp",
    "release:next": "itty release --prepare --tag --push --type=next --otp"
  },
  "keywords": [
    "websockets",
    "realtime",
    "client",
    "zero-config"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kwhitley/itty-sockets.git"
  },
  "author": "Kevin R. Whitley <krwhitley@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kwhitley/itty-sockets/issues"
  },
  "devDependencies": {
    "@types/bun": "^1.2.3",
    "itty-packager": "^1.8.1"
  }
}
