@superhero/tcp-record-channel
Version:
TCP record channel is intended to be used as a low level bidirectional TCP socket communication server-to-server
32 lines (31 loc) • 751 B
JSON
{
"name": "@superhero/tcp-record-channel",
"version": "4.2.2",
"description": "TCP record channel is intended to be used as a low level bidirectional TCP socket communication server-to-server",
"keywords": [
"TCP",
"TLS",
"ASCII Delimited Encoding",
"tcp-socket-channel"
],
"main": "index.js",
"license": "MIT",
"type": "module",
"exports": {
".": "./index.js"
},
"devDependencies": {
"@superhero/openssl": "^4.0.2"
},
"scripts": {
"test": "node --trace-warnings --test --experimental-test-coverage"
},
"author": {
"name": "Erik Landvall",
"email": "erik@landvall.se"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superhero/tcp-record-channel.git"
}
}