JM_KA/packages/hot-update-tools/package.json
2022-08-31 09:48:48 +08:00

28 lines
622 B
JSON

{
"name": "hot-update-tools",
"version": "0.0.3",
"description": "hotUpdateTools",
"author": "xu_yanfeng",
"main": "main.js",
"main-menu": {
"i18n:MAIN_MENU.project.title/i18n:hot-update-tools.title": {
"icon": "icon.png",
"accelerator": "CmdOrCtrl+u",
"message": "hot-update-tools:showPanel"
}
},
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "hotUpdateTools",
"width": 900,
"height": 900
},
"dependencies": {
"ali-oss": "^4.11.4",
"co": "^4.6.0",
"jquery": "^3.2.1",
"jszip": "^3.1.5",
"nodemailer": "^4.4.1"
}
}