@casual-simulation/aux-vm-client
Version:
A set of utilities required to securely run an AUX as a client.
58 lines (57 loc) • 1.69 kB
JSON
{
"name": "@casual-simulation/aux-vm-client",
"version": "3.8.1",
"description": "A set of utilities required to securely run an AUX as a client.",
"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"
],
"repository": {
"type": "git",
"url": "git+https://github.com/casual-simulation/casualos.git"
},
"scripts": {
"watch": "tsc --watch",
"watch:player": "npm run watch",
"build": "echo \"Nothing to do.\"",
"test": "jest",
"test:watch": "jest --watchAll"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/casual-simulation/casualos/issues"
},
"dependencies": {
"@casual-simulation/aux-common": "^3.8.1",
"@casual-simulation/aux-runtime": "^3.8.1",
"@casual-simulation/aux-vm": "^3.8.1",
"@casual-simulation/aux-websocket": "^3.8.1",
"@casual-simulation/aux-websocket-aws": "^3.8.1",
"@casual-simulation/crypto": "^3.5.0",
"@casual-simulation/timesync": "^3.7.0",
"@casual-simulation/websocket": "^3.5.3",
"axios": "1.7.7",
"comlink": "4.3.1",
"es-toolkit": "1.39.10",
"rxjs": "8.0.0-alpha.14",
"uuid": "10.0.0"
},
"gitHead": "3bb7eef62cec0dfe61316f8c509cc7ccb7031c7e"
}