UNPKG

@casual-simulation/aux-common

Version:
78 lines 2.11 kB
{ "name": "@casual-simulation/aux-common", "version": "4.2.7", "description": "Common library for AUX projects", "main": "index.js", "types": "index.d.ts", "module": "index", "repository": { "type": "git", "url": "git+https://github.com/casual-simulation/casualos.git" }, "keywords": [ "aux", "so4", "realtime", "crdt" ], "author": "Casual Simulation, Inc.", "license": "AGPL-3.0-only", "bugs": { "url": "https://github.com/casual-simulation/casualos/issues" }, "homepage": "https://github.com/casual-simulation/casualos#readme", "publishConfig": { "access": "public" }, "dependencies": { "@casual-simulation/crypto": "^4.0.5", "@casual-simulation/engine262": "0.0.1-4de2170374e22761996e46eb1362f4496ee57f8f", "@casual-simulation/error-stack-parser": "^2.0.7", "@casual-simulation/expect": "^4.0.0", "@casual-simulation/fast-json-stable-stringify": "^4.0.5", "@casual-simulation/js-interpreter": "^4.0.0", "@casual-simulation/stacktrace": "^4.0.0", "@casual-simulation/timesync": "^4.0.0", "@opentelemetry/api": "^1.9.0", "@opentelemetry/resources": "^1.25.1", "@opentelemetry/semantic-conventions": "^1.25.1", "@tweenjs/tween.js": "18.6.0", "@types/estraverse": "^5.1.1", "@types/uuid": "10.0.0", "astring": "1.7.5", "base64-js": "^1.5.1", "es-toolkit": "1.39.10", "estraverse": "^5.2.0", "expect": "27.3.1", "hash.js": "1.1.7", "htm": "3.1.0", "lib0": "0.2.49", "lru-cache": "^5.1.1", "luxon": "3.4.4", "preact": "10.28.4", "rxjs": "8.0.0-alpha.14", "three": "^0.182.0", "uuid": "10.0.0", "yjs": "13.6.8", "zod": "4.1.12" }, "devDependencies": { "benchmark": "2.1.4", "platform": "1.3.5" }, "files": [ "/README.md", "/LICENSE.txt", "**/*.js", "**/*.js.map", "**/*.d.ts", "**/*.def" ], "scripts": { "watch": "tsc --build --watch", "watch:player": "npm run watch", "build": "echo \"Nothing to do.\"", "test": "jest", "test:watch": "jest --watchAll" } }