15 lines
376 B
JSON
15 lines
376 B
JSON
|
|
{
|
||
|
|
"id": "node-editor",
|
||
|
|
"name": "@esengine/node-editor",
|
||
|
|
"displayName": "Node Editor",
|
||
|
|
"description": "Universal node-based visual editor | 通用节点编辑器",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"category": "Editor",
|
||
|
|
"icon": "Network",
|
||
|
|
"isEditorPlugin": true,
|
||
|
|
"isUtilityPackage": true,
|
||
|
|
"exports": {
|
||
|
|
"components": ["NodeCanvas", "NodeConnection", "NodePort"]
|
||
|
|
}
|
||
|
|
}
|