2025-12-06 13:56:01 +08:00
|
|
|
{
|
|
|
|
|
"name": "@esengine/world-streaming-editor",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Editor support for @esengine/world-streaming - chunk visualization and inspector",
|
|
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"module": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsup",
|
|
|
|
|
"build:watch": "tsup --watch",
|
|
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
|
"clean": "rimraf dist"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@esengine/world-streaming": "workspace:*"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@esengine/editor-core": "workspace:*"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-12-08 21:26:35 +08:00
|
|
|
"@esengine/ecs-framework": "workspace:*",
|
2025-12-06 13:56:01 +08:00
|
|
|
"@esengine/engine-core": "workspace:*",
|
|
|
|
|
"@esengine/editor-core": "workspace:*",
|
|
|
|
|
"@esengine/build-config": "workspace:*",
|
|
|
|
|
"lucide-react": "^0.545.0",
|
|
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"zustand": "^5.0.8",
|
|
|
|
|
"@types/react": "^18.3.12",
|
|
|
|
|
"rimraf": "^5.0.5",
|
|
|
|
|
"tsup": "^8.0.0",
|
|
|
|
|
"typescript": "^5.3.3"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"ecs",
|
|
|
|
|
"world-streaming",
|
|
|
|
|
"chunk",
|
|
|
|
|
"editor"
|
|
|
|
|
],
|
|
|
|
|
"author": "ESEngine",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
}
|