40 lines
974 B
JSON
40 lines
974 B
JSON
|
|
{
|
||
|
|
"id": "script-runtime",
|
||
|
|
"name": "@esengine/script-runtime",
|
||
|
|
"globalKey": "scriptRuntime",
|
||
|
|
"displayName": "Script Runtime",
|
||
|
|
"description": "Server-side blueprint execution for programmable strategy games | 服务器端蓝图执行,用于可编程策略游戏",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"category": "Other",
|
||
|
|
"icon": "Code",
|
||
|
|
"tags": [
|
||
|
|
"scripting",
|
||
|
|
"server",
|
||
|
|
"blueprint",
|
||
|
|
"sandbox",
|
||
|
|
"programmable"
|
||
|
|
],
|
||
|
|
"isCore": false,
|
||
|
|
"defaultEnabled": false,
|
||
|
|
"isEngineModule": true,
|
||
|
|
"canContainContent": false,
|
||
|
|
"platforms": [
|
||
|
|
"desktop"
|
||
|
|
],
|
||
|
|
"dependencies": [
|
||
|
|
"core",
|
||
|
|
"blueprint"
|
||
|
|
],
|
||
|
|
"exports": {
|
||
|
|
"other": [
|
||
|
|
"ServerBlueprintVM",
|
||
|
|
"IntentCollector",
|
||
|
|
"CPULimiter",
|
||
|
|
"FileMemoryStore"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"requiresWasm": false,
|
||
|
|
"outputPath": "dist/index.js",
|
||
|
|
"pluginExport": "ScriptRuntimePlugin"
|
||
|
|
}
|