{ "name": "@apiglobal/typedsocket", "version": "2.0.20", "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)", "buildDocs": "tsdoc" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.63", "@gitzone/tsbundle": "^2.0.6", "@gitzone/tsrun": "^1.2.39", "@gitzone/tstest": "^1.0.74", "@pushrocks/smartenv": "^5.0.5", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.15.3" }, "dependencies": { "@apiglobal/typedrequest": "^2.0.8", "@apiglobal/typedrequest-interfaces": "2.0.1", "@pushrocks/isohash": "^2.0.0", "@pushrocks/smartjson": "^5.0.5", "@pushrocks/smartsocket": "^2.0.16", "@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" ] }