@casual-simulation/aux-runtime
Version:
Runtime for AUX projects
88 lines (87 loc) • 2.65 kB
JSON
{
"name": "@casual-simulation/aux-runtime",
"version": "3.7.0",
"description": "Runtime 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/aux-common": "^3.7.0",
"@casual-simulation/aux-records": "^3.7.0",
"@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",
"@tweenjs/tween.js": "18.6.0",
"@types/estraverse": "5.1.7",
"@types/seedrandom": "3.0.8",
"@types/uuid": "10.0.0",
"acorn": "8.11.3",
"acorn-jsx": "5.3.2",
"acorn-typescript": "1.4.13",
"astring": "1.7.5",
"axios": "1.7.7",
"base64-js": "^1.5.1",
"es-toolkit": "1.39.10",
"estraverse": "5.3.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",
"mime": "2.4.6",
"preact": "10.19.6",
"rxjs": "8.0.0-alpha.14",
"seedrandom": "3.0.5",
"stackframe": "^1.2.0",
"typesense": "2.0.3",
"uuid": "10.0.0",
"yjs": "13.6.8"
},
"devDependencies": {
"@types/jsdom": "21.1.6",
"benchmark": "2.1.4",
"jsdom": "24.1.0",
"platform": "1.3.5"
},
"files": [
"/README.md",
"/LICENSE.txt",
"**/*.js",
"**/*.js.map",
"**/*.d.ts",
"**/*.def"
],
"gitHead": "d4436ee3adb292c986779e358d1987405424b3be"
}