54d0fb75ea
新增 GDExtension 自动引导、GDScript 执行和实例隔离缓存 接入 AGC 插件开关、Runner、Agent 工具与权限审计 完善执行回执确认、不确定状态阻断及卸载恢复 补齐 Windows 分发资源、定向测试与实机验收文档
14 lines
293 B
JSON
14 lines
293 B
JSON
{
|
|
"name": "@genarrative/agc-plugin-godot-editor",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "AGC Godot 编辑器插件",
|
|
"scripts": {
|
|
"test": "node --test src/entry.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@genarrative/agc-plugin-sdk": "0.1.0"
|
|
}
|
|
}
|