package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "ccc-png-auto-compress",
  3. "version": "1.2.0.20210527",
  4. "description": "项目构建完成之后自动压缩 PNG 资源",
  5. "author": "ifaswind(陈皮皮)",
  6. "author-info": {
  7. "wechat": "im_chenpipi",
  8. "email": "952157129@qq.com",
  9. "git-home": "https://gitee.com/ifaswind",
  10. "official-account": "公众号「菜鸟小栈」"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://gitee.com/ifaswind/ccc-png-auto-compress"
  15. },
  16. "main": "main.js",
  17. "main-menu": {
  18. "i18n:MAIN_MENU.package.title/i18n:ccc-png-auto-compress.name/i18n:ccc-png-auto-compress.setting": {
  19. "message": "ccc-png-auto-compress:open-setting-panel",
  20. "icon": "/images/setting.png"
  21. }
  22. },
  23. "panel.setting": {
  24. "main": "panel.setting/index.js",
  25. "type": "fixed-size",
  26. "title": "i18n:ccc-png-auto-compress.name",
  27. "width": 500,
  28. "height": 625
  29. },
  30. "reload": {
  31. "renderer": [
  32. "panel.setting/**/*"
  33. ],
  34. "ignore": [
  35. "CHANGELOG.md",
  36. "README.md",
  37. "README.en.md"
  38. ]
  39. },
  40. "_storeId": "a58eb676ce095a2722e6592149b3443e"
  41. }