mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2024-12-26 03:38:24 +00:00
34 lines
828 B
JSON
34 lines
828 B
JSON
{
|
|
"name": "ccc-tnt-psd2ui",
|
|
"version": "1.0.0",
|
|
"description": "PSD转预制体工具",
|
|
"author": "onvia",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/onvia/ccc-tnt-psd2ui"
|
|
},
|
|
"main": "src/main.js",
|
|
"main-menu": {
|
|
"i18n:MAIN_MENU.package.title/ccc-tnt-psd2ui/open": {
|
|
"message": "ccc-tnt-psd2ui:open"
|
|
}
|
|
},
|
|
"panel": {
|
|
"main": "panel/index.js",
|
|
"type": "dockable",
|
|
"title": "ccc-tnt-psd2ui",
|
|
"width": 480,
|
|
"height": 360,
|
|
"min-width": 480,
|
|
"min-height": 360
|
|
},
|
|
"dependencies": {
|
|
"ag-psd": "^15.0.0",
|
|
"canvas": "^2.10.2",
|
|
"fs-extra": "^10.1.0",
|
|
"minimist": "^1.2.7",
|
|
"node-fetch": "^2.7.0",
|
|
"pinyin-pro": "^3.16.0"
|
|
}
|
|
}
|