{
  "name": "websocket-promise-lite",
  "version": "2.1.1",
  "description": "WebSockets with a promise-based API (async/await). Lite, fast, easy.",
  "main": "index.ts",
  "scripts": {
    "test": "npx jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pdwrl/websocket-promise-lite.git"
  },
  "keywords": ["javascript", "typescript", "websocket", "promise", "async/await", "class"],
  "author": "pdwrl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pdwrl/websocket-promise-lite/issues"
  },
  "homepage": "https://github.com/pdwrl/websocket-promise-lite#readme",
  "devDependencies": {
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.1.3"
  }
}
