ccc-tnt-psd2ui/ccc-tnt-psd2ui-v2.4.x/package.json

34 lines
828 B
JSON
Raw Normal View History

2023-07-27 06:30:29 +00:00
{
"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",
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",
"node-fetch": "^2.7.0",
2023-07-27 06:30:29 +00:00
"pinyin-pro": "^3.16.0"
}
}