sourcecheck/package.json

21 lines
445 B
JSON
Raw Permalink Normal View History

2022-03-31 00:59:10 +00:00
{
"name": "sourcecheck",
"version": "0.0.1",
"description": "Sample-Package",
"author": "Sample",
"main": "main.js",
"scene-script": "scene-obtain.js",
"engineSupport": true,
"main-menu": {
"扩展/Source Check": {
"message": "sourcecheck:open-panel"
}
},
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "Source Check",
"width": 400,
"height": 350
}
}