UNPKG

@websh/web-shell-app

Version:
36 lines (35 loc) 842 B
{ "name": "@websh/web-shell-app", "version": "0.1.4", "description": "Client library for WebShell apps", "main": "dist/web-shell-app.js", "module": "web-shell-app.mjs", "repository": { "type": "git", "url": "git+https://github.com/websh-org/web-shell-app.git" }, "scripts": { "build": "parcel build web-shell-app.mjs --out-dir dist --global WebShellApp" }, "keywords": [ "websh", "webshell", "message", "channel", "slave", "port" ], "author": "Zoran Obradović", "license": "ISC", "bugs": { "url": "https://github.com/websh-org/web-shell-app/issues" }, "homepage": "https://github.com/websh-org/web-shell-app#readme", "dependencies": { "@websh/remote-slave-port": "^0.1.5" }, "browserslist": [ "last 2 Chrome versions", "last 2 Firefox versions" ] }