UNPKG

@likg/websocket

Version:
40 lines 829 B
{ "name": "@likg/websocket", "version": "1.0.2", "description": "Websocket APIs", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", "exports": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" }, "buildOptions": { "formats": [ "iife", "cjs", "umd", "esm" ], "moduleName": "kWebsocket" }, "files": [ "dist/**/*", "README.md" ], "keywords": [ "Schemes" ], "author": "", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/lihongyao/lg-libs.git" }, "bugs": { "url": "https://github.com/lihongyao/lg-libs/issues" }, "homepage": "https://github.com/lihongyao/lg-libs.git#readme" }