{ "name": "@push.rocks/isotransport", "version": "1.1.0", "private": false, "description": "a bi-directional, multiplatform, best-effort transport", "exports": { ".": "./dist_ts/index.js" }, "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH ", "license": "MIT", "scripts": { "test": "tstest test/", "build": "tsbuild --web", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsdoc": "^2.0.3", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0", "@types/ws": "^8.18.1" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "dependencies": { "ws": "^8.20.0" }, "keywords": [ "bi-directional communication", "multiplatform", "best-effort transport", "TypeScript", "node.js", "testing", "software development", "git", "npm package", "open source" ], "homepage": "https://code.foss.global/push.rocks/isotransport", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/isotransport.git" } }