{ "name": "@pushrocks/smartsocket", "version": "1.1.58", "description": "easy and secure websocket communication", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "tstest test/", "build": "tsbuild" }, "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": { "@apiglobal/typedrequest-interfaces": "^1.0.7", "@pushrocks/lik": "^3.0.11", "@pushrocks/smartdelay": "^2.0.6", "@pushrocks/smartexpress": "^3.0.52", "@pushrocks/smarthash": "^2.0.6", "@pushrocks/smartlog": "^2.0.21", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartrx": "^2.0.5", "@pushrocks/smartunique": "^3.0.1", "@types/socket.io": "^2.1.4", "@types/socket.io-client": "^1.4.32", "socket.io": "^2.3.0", "socket.io-client": "^2.3.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.0.13", "@types/node": "^12.12.5", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0" }, "private": false, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }