@likg/websocket
Version:
43 lines • 907 B
JSON
{
"name": "@likg/websocket",
"version": "1.0.3",
"description": "Websocket APIs",
"type": "module",
"types": "./dist/types/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/types/index.d.ts"
},
"buildOptions": {
"formats": [
"iife",
"cjs",
"umd",
"esm"
],
"moduleName": "KWebSocket"
},
"files": [
"dist/**/*",
"README.md"
],
"keywords": [
"Websocket",
"Socket",
"双向通信",
"套接字"
],
"author": "lee",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/lihongyao/js-libs"
},
"bugs": {
"url": "https://github.com/lihongyao/js-libs/issues"
},
"homepage": "https://github.com/lihongyao/js-libs/tree/main/packages/websocket"
}