UNPKG

@casual-simulation/aux-vm-browser

Version:

A set of utilities required to securely run an AUX in a web browser.

64 lines 1.72 kB
{ "name": "@casual-simulation/aux-vm-browser", "version": "3.10.2", "description": "A set of utilities required to securely run an AUX in a web browser.", "keywords": [ "aux" ], "author": "Casual Simulation, Inc.", "homepage": "https://casualsimulation.com/", "license": "AGPL-3.0-only", "main": "index.js", "types": "index.d.ts", "module": "index", "directories": { "lib": "." }, "files": [ "/README.md", "/LICENSE.txt", "**/*.js", "**/*.js.map", "**/*.d.ts", "html/iframe_host.html" ], "repository": { "type": "git", "url": "git+https://github.com/casual-simulation/casualos.git" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/casual-simulation/casualos/issues" }, "dependencies": { "@casual-simulation/aux-common": "^3.10.2", "@casual-simulation/aux-records": "^3.10.2", "@casual-simulation/aux-runtime": "^3.10.2", "@casual-simulation/aux-vm": "^3.10.2", "@casual-simulation/aux-vm-client": "^3.10.2", "@casual-simulation/aux-websocket": "^3.10.2", "@casual-simulation/aux-websocket-aws": "^3.10.2", "@casual-simulation/crypto": "^3.10.2", "@casual-simulation/crypto-browser": "^3.10.2", "@casual-simulation/websocket": "^3.10.2", "axios": "1.7.7", "bowser": "^2.4.0", "comlink": "4.3.1", "es-toolkit": "1.39.10", "livekit-client": "2.1.3", "rxjs": "8.0.0-alpha.14", "uuid": "10.0.0" }, "devDependencies": { "base64-js": "^1.5.1" }, "scripts": { "watch": "tsc --watch", "watch:player": "npm run watch", "build": "echo \"Nothing to do.\"", "test": "jest", "test:watch": "jest --watchAll" } }