77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "@push.rocks/smartsocket",
|
|
"version": "2.0.25",
|
|
"description": "Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web --allowimplicitany --skiplibcheck && tsbundle --from ./ts/index.ts --to dist_bundle/bundle.js)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartsocket.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartsocket/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartsocket#README",
|
|
"dependencies": {
|
|
"@api.global/typedrequest-interfaces": "^3.0.18",
|
|
"@api.global/typedserver": "^3.0.27",
|
|
"@push.rocks/isohash": "^2.0.0",
|
|
"@push.rocks/isounique": "^1.0.5",
|
|
"@push.rocks/lik": "^6.0.14",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartenv": "^5.0.12",
|
|
"@push.rocks/smartjson": "^5.0.19",
|
|
"@push.rocks/smartlog": "^3.0.3",
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
"@push.rocks/smartrx": "^3.0.7",
|
|
"@push.rocks/smarttime": "^4.0.6",
|
|
"engine.io": "6.5.4",
|
|
"socket.io": "4.7.5",
|
|
"socket.io-client": "4.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.66",
|
|
"@git.zone/tsbundle": "^2.0.8",
|
|
"@git.zone/tsrun": "^1.2.44",
|
|
"@git.zone/tstest": "^1.0.77",
|
|
"@push.rocks/tapbundle": "^5.0.23",
|
|
"@types/node": "^20.12.7"
|
|
},
|
|
"private": false,
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"websocket",
|
|
"communication",
|
|
"server",
|
|
"client",
|
|
"socket.io",
|
|
"authentication",
|
|
"reconnection",
|
|
"tagging",
|
|
"function routing",
|
|
"secure"
|
|
]
|
|
}
|