uuidconvert/package.json

21 lines
505 B
JSON
Raw Normal View History

2022-03-31 00:57:26 +00:00
{
2022-04-05 10:40:31 +00:00
"name": "uuidconvert",
"version": "0.0.1",
"description": "Sample-Package",
"author": "Sample",
"main": "main.js",
"scene-script": "scene-obtain.js",
"main-menu": {
"扩展/Uuid Convert": {
"message": "uuidconvert:open-panel"
}
},
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "Uuid Convert",
2022-04-14 04:22:08 +00:00
"engineSupport": true,
2022-04-05 10:40:31 +00:00
"width": 400,
"height": 350
}
2022-03-31 00:57:26 +00:00
}