package.json 393 B

123456789101112131415161718192021
  1. {
  2. "name": "sync-code",
  3. "version": "0.0.5",
  4. "description": "修改md5",
  5. "author": "liruiyu",
  6. "main": "main.js",
  7. "main-menu": {
  8. "扩展/sync-code": {
  9. "message": "sync-code:showPanel"
  10. }
  11. },
  12. "panel": {
  13. "main": "panel/index.js",
  14. "type": "dockable",
  15. "title": "sync-code",
  16. "width": 400,
  17. "height": 500,
  18. "min-width": 400,
  19. "min-height": 500
  20. }
  21. }