21 lines
504 B
JSON
21 lines
504 B
JSON
|
|
{
|
||
|
|
"id": "@esengine/ecs-components",
|
||
|
|
"name": "Core Components",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Transform, Sprite, Camera 等核心组件",
|
||
|
|
"category": "core",
|
||
|
|
"loadingPhase": "preDefault",
|
||
|
|
"enabledByDefault": true,
|
||
|
|
"canContainContent": false,
|
||
|
|
"isEnginePlugin": true,
|
||
|
|
"modules": [
|
||
|
|
{
|
||
|
|
"name": "CoreRuntime",
|
||
|
|
"type": "runtime",
|
||
|
|
"entry": "./src/index.ts"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"dependencies": [],
|
||
|
|
"icon": "Settings"
|
||
|
|
}
|