2023-07-27 06:30:29 +00:00
|
|
|
{
|
|
|
|
"name": "ccc-tnt-psd2ui",
|
2023-08-31 09:53:22 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "PSD转预制体工具",
|
|
|
|
"author": "onvia",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitee.com/onvia/ccc-tnt-psd2ui"
|
|
|
|
},
|
|
|
|
"main": "src/main.js",
|
2023-07-27 06:30:29 +00:00
|
|
|
"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",
|
2023-08-31 09:53:22 +00:00
|
|
|
"node-fetch": "^2.7.0",
|
2023-07-27 06:30:29 +00:00
|
|
|
"pinyin-pro": "^3.16.0"
|
|
|
|
}
|
|
|
|
}
|