{ "name": "@esengine/world-streaming", "version": "1.1.0", "description": "World streaming and chunk management system for open world games", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "module.json" ], "scripts": { "build": "tsup", "dev": "tsup --watch" }, "dependencies": { "@esengine/ecs-framework": "workspace:*", "@esengine/ecs-framework-math": "workspace:*", "@esengine/spatial": "workspace:*" }, "devDependencies": { "tsup": "^8.0.1", "typescript": "^5.3.3" }, "peerDependencies": { "@esengine/ecs-framework": "workspace:*", "@esengine/ecs-framework-math": "workspace:*", "@esengine/spatial": "workspace:*" }, "keywords": [ "ecs", "streaming", "chunk", "open-world", "esengine" ], "author": "ESEngine", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/esengine/esengine.git", "directory": "packages/framework/world-streaming" } }