{
    "name": "@casual-simulation/aux-common",
    "version": "3.7.0",
    "description": "Common library for AUX projects",
    "main": "index.js",
    "types": "index.d.ts",
    "module": "index",
    "scripts": {
        "watch": "tsc --build --watch",
        "watch:player": "npm run watch",
        "build": "echo \"Nothing to do.\"",
        "test": "jest",
        "test:watch": "jest --watchAll"
    },
    "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": "^3.5.0",
        "@casual-simulation/engine262": "0.0.1-4de2170374e22761996e46eb1362f4496ee57f8f",
        "@casual-simulation/error-stack-parser": "^2.0.7",
        "@casual-simulation/expect": "^3.5.0",
        "@casual-simulation/fast-json-stable-stringify": "^3.5.0",
        "@casual-simulation/js-interpreter": "^3.5.0",
        "@casual-simulation/stacktrace": "^3.1.11",
        "@casual-simulation/three": "^0.140.3",
        "@casual-simulation/timesync": "^3.7.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.19.6",
        "rxjs": "8.0.0-alpha.14",
        "uuid": "10.0.0",
        "yjs": "13.6.8",
        "zod": "3.22.4"
    },
    "devDependencies": {
        "benchmark": "2.1.4",
        "platform": "1.3.5"
    },
    "files": [
        "/README.md",
        "/LICENSE.txt",
        "**/*.js",
        "**/*.js.map",
        "**/*.d.ts",
        "**/*.def"
    ],
    "gitHead": "d4436ee3adb292c986779e358d1987405424b3be"
}
