{ "name": "@apiglobal/typedsocket", "version": "2.0.2", "private": false, "description": "a typedrequest extension supporting websockets", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.61", "@gitzone/tsbundle": "^1.0.101", "@gitzone/tstest": "^1.0.69", "@pushrocks/smartenv": "^5.0.0", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^17.0.23", "tslint": "^6.1.3", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@apiglobal/typedrequest": "^2.0.0", "@apiglobal/typedrequest-interfaces": "^1.0.15", "@pushrocks/isohash": "^2.0.0", "@pushrocks/smartsocket": "^2.0.6", "@pushrocks/smartstring": "^4.0.2" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }