Files
memecoin-botV2/.pnpm-store/v10/files/bc/74ed9f469cf32a46517109f1cfac46b5988e48ce82caab5f40614f17041534b50f215e4925b6afac489901a2e364329fc3f958645174b017ff39c90bb2dff6

35 lines
690 B
Plaintext

{
"name": "isomorphic-ws",
"version": "4.0.1",
"description": "Isomorphic implementation of WebSocket",
"main": "node.js",
"browser": "browser.js",
"repository": {
"type": "git",
"url": "git+https://github.com/heineiuo/isomorphic-ws.git"
},
"keywords": [
"browser",
"browsers",
"isomorphic",
"node",
"websocket",
"ws"
],
"author": "@heineiuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/heineiuo/isomorphic-ws/issues"
},
"homepage": "https://github.com/heineiuo/isomorphic-ws#readme",
"peerDependencies": {
"ws": "*"
},
"files": [
"index.d.ts",
"node.js",
"browser.js",
"README.md"
]
}