{
  "name": "websocket-polyfill",
  "description": "WebSocket class from Browser to NodeJS",
  "author": {
    "name": "Jeongho Nam",
    "email": "samchon@samchon.org",
    "url": "http://samchon.org"
  },
  "version": "1.0.0",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib && tsc"
  },
  "devDependencies": {
    "@types/node": "^20.11.20",
    "@types/ws": "^8.5.10",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "typescript": "^5.3.3"
  },
  "homepage": "https://github.com/samchon/websocket-polyfill#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samchon/websocket-polyfill.git"
  },
  "bugs": {
    "url": "https://github.com/samchon/websocket-polyfill/issues"
  },
  "licenses": [
    {
      "type": "BSD 3-Clause",
      "url": "https://opensource.org/licenses/BSD-3-Clause"
    }
  ],
  "keywords": [
    "WebSocket"
  ],
  "dependencies": {
    "import2": "^1.0.3",
    "tstl": "^2.5.13",
    "ws": "^8.16.0"
  },
  "files": [
    "lib",
    "README.md",
    "LICENSE",
    "package.json"
  ]
}
