{
  "name": "@litert/websocket",
  "version": "0.2.8",
  "description": "The websocket protocol library for LiteRT.",
  "main": "lib/index.js",
  "scripts": {
    "prepublishOnly": "npm run rebuild",
    "build": "echo Using TypeScript && tsc -v && tsc -p .",
    "build-watch": "echo Using TypeScript && tsc -v && tsc -w -p .",
    "rebuild": "npm run clean && npm run lint && npm run build",
    "clean": "rm -rf lib examples test",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "./utils/lint.sh",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/litert/websocket.js.git"
  },
  "bugs": {
    "url": "https://github.com/litert/websocket.js/issues"
  },
  "homepage": "https://github.com/litert/websocket.js#readme",
  "keywords": [
    "litert",
    "websocket"
  ],
  "author": "Angus.Fenying <fenying@litert.org> (https://fenying.net)",
  "license": "Apache-2.0",
  "typings": "lib/index.d.ts",
  "types": "lib/index.d.ts",
  "devDependencies": {
    "@commitlint/cli": "^20.1.0",
    "@commitlint/config-conventional": "^20.0.0",
    "@litert/eslint-plugin-rules": "^0.3.1",
    "@types/node": "^24.7.0",
    "husky": "^9.1.7",
    "serve": "^14.2.5",
    "typedoc-plugin-markdown": "^4.6.4",
    "typedoc-plugin-no-inherit": "^1.6.1",
    "typedoc-vitepress-theme": "^1.1.2",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=18.14.1"
  }
}
