package.json 624 B

123456789101112131415161718192021222324
  1. {
  2. "name": "netease-yidun-encrypt",
  3. "version": "1.0.2",
  4. "description": "移动游戏资源加密(Android、iOS、微信小程序)",
  5. "author": "网易易盾",
  6. "main": "main.js",
  7. "main-menu": {
  8. "i18n:MAIN_MENU.package.title/i18n:netease-yidun-encrypt.title": {
  9. "message": "netease-yidun-encrypt:showPanel"
  10. }
  11. },
  12. "panel": {
  13. "main": "panel/index.js",
  14. "type": "dockable",
  15. "title": "易盾游戏加固",
  16. "width": 680,
  17. "height": 450,
  18. "min-width": 680,
  19. "min-height": 450,
  20. "max-width": 680,
  21. "max-height": 450
  22. },
  23. "_storeId": "46a133d3655d78b4a72c33d8500b4d79"
  24. }