{ "name": "@pushrocks/smartsocket", "version": "1.2.22", "description": "easy and secure websocket communication", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web && tsbundle --from ./ts/index.ts --to dist_bundle/bundle.js)" }, "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.15", "@pushrocks/isohash": "^1.0.2", "@pushrocks/isounique": "^1.0.5", "@pushrocks/lik": "^5.0.0", "@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartenv": "^4.0.16", "@pushrocks/smartexpress": "^3.0.108", "@pushrocks/smartjson": "^4.0.6", "@pushrocks/smartlog": "^2.0.44", "@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartrx": "^2.0.19", "@pushrocks/smarttime": "^3.0.43", "socket.io": "^4.4.1", "socket.io-client": "^4.4.1" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.29", "@gitzone/tsrun": "^1.2.18", "@gitzone/tstest": "^1.0.60", "@pushrocks/tapbundle": "^3.2.15", "@types/node": "^17.0.10", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "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" ] }