UNPKG

@dcl/hammurabi-server

Version:

A headless Node.js implementation of the Decentraland protocol using Babylon.js for 3D scene processing.

74 lines (73 loc) 1.83 kB
{ "name": "@dcl/hammurabi-server", "version": "1.0.0-17268386187.commit-b609629", "main": "dist/cli.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/decentraland/hammurabi-server.git" }, "author": "Protocol Squad", "license": "Apache-2.0", "bin": { "start": "dist/cli.js" }, "scripts": { "start": "node dist/cli.js --realm=localhost:8000", "build": "tsc", "test": "jest", "prepublishOnly": "npm run build" }, "prettier": { "semi": false, "printWidth": 120 }, "engines": { "npm": ">=8.0.0", "node": ">=18.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "decentraland", "hammurabi", "babylon", "metaverse", "server", "headless", "protocol" ], "files": [ "dist/", "hammurabi", "README.md", "CLAUDE.md" ], "dependencies": { "@babylonjs/core": "^6.4.1", "@babylonjs/gui": "~6.4.1", "@babylonjs/loaders": "^6.4.1", "@babylonjs/materials": "~6.4.1", "@dcl/crypto": "^3.4.1", "@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-16234000840.commit-ff76686.tgz", "@dcl/quickjs-emscripten": "^0.21.0-3680274614.commit-1808aa1", "@dcl/rpc": "^1.1.3-20230519185613.commit-95da0ce", "@dcl/schemas": "^7.1.0", "@livekit/rtc-node": "^0.13.18", "fp-future": "^1.0.1", "livekit-client": "^2.15.3", "livekit-server-sdk": "^2.13.2", "protobufjs": "^7.2.3", "ws": "^8.14.2" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@types/ws": "^8.5.5", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "commit": "b609629e8d6ca3d5239987b7cbbd300f94c407b6" }