@idio/websocket
Version:
Establishes WebSocket Connection Between Client And Server.
60 lines (59 loc) • 1.66 kB
JSON
{
"name": "@idio/websocket",
"version": "1.1.1",
"description": "Establishes WebSocket Connection Between Client And Server.",
"main": "compile/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "yarn test -e test-build",
"lint": "eslint .",
"lib": "depack src/depack -o compile/websocket.js -a -c -p -s --source_map_include_content --externs http --externs net",
"doc": "doc -o README.md -d -a -n _idio",
"b": "alamode src -o build -s",
"d": "yarn-s template d1 externs",
"template": "typal compile/template.js -T compile/index.js -u -t types",
"d1": "typal compile/index.js -u",
"externs": "typal types/externs.js -e",
"build": "yarn-s d b doc",
"e": "node example",
"example/": "yarn e example/example"
},
"files": [
"compile",
"src",
"types",
"typedefs.json"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/idiocc/websocket.git"
},
"typedefs": "typedefs.json",
"keywords": [
"websocket",
"idio"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/idiocc/websocket/issues"
},
"homepage": "https://www.idio.cc",
"devDependencies": {
"@idio/idio": "^1.4.1",
"alamode": "^3.5.2",
"depack": "^1.1.2",
"documentary": "^1.37.1",
"erte": "^1.2.0",
"eslint-config-artdeco": "^1.0.1",
"preact": "8.5.3",
"typal": "^1.26.2",
"yarn-s": "^1.2.3",
"zoroaster": "^4.3.0"
}
}