UNPKG

landstrasse

Version:

Strongly typed WAMP Client for browsers

36 lines (35 loc) 914 B
{ "name": "landstrasse", "version": "0.8.2", "description": "Strongly typed WAMP Client for browsers", "homepage": "https://github.com/Donov4n/Landstrasse", "license": "MIT", "repository": "Donov4n/Landstrasse", "keywords": [ "wamp", "autobahn", "websocket" ], "author": "Donovan Lambert <donovan@pulsanova.com>", "contributors": [ "Martin Koppehel", "Johann Wagner", "Fin Christensen", "Marten Wallewein-Eising", "Johannes Wünsche" ], "main": "build/cjs/index.js", "module": "build/module/index.js", "types": "build/types/index.d.ts", "sideEffects": false, "files": [ "build" ], "scripts": { "build": "tsc -p tsconfig.module.json && tsc -p tsconfig.cjs.json", "check-types": "tsc" }, "devDependencies": { "typescript": "^4.3.5" } }