{ "id": "behavior-tree", "name": "@esengine/behavior-tree", "globalKey": "behaviorTree", "displayName": "Behavior Tree", "description": "AI behavior tree system | AI 行为树系统", "version": "1.0.0", "category": "AI", "icon": "GitBranch", "tags": [ "ai", "behavior", "tree" ], "isCore": false, "defaultEnabled": false, "isEngineModule": true, "canContainContent": true, "platforms": [ "web", "desktop" ], "dependencies": [ "core" ], "exports": { "components": [ "BehaviorTreeComponent" ], "systems": [ "BehaviorTreeSystem" ], "loaders": [ "BehaviorTreeLoader" ], "other": [ "BehaviorTree", "BTNode", "Selector", "Sequence", "Condition", "Action" ] }, "assetExtensions": { ".btree": "behavior-tree" }, "editorPackage": "@esengine/behavior-tree-editor", "requiresWasm": false, "outputPath": "dist/index.js", "pluginExport": "BehaviorTreePlugin" }