package.json 675 B

123456789101112131415161718192021222324
  1. {
  2. "name": "cn.etetet.yiuiframework",
  3. "displayName": "ET.YIUI.Framework",
  4. "version": "3.1.4",
  5. "unity": "2022.3",
  6. "category": "UI/YIUI",
  7. "description": "YIUI 框架 >>> 文档: https://lib9kmxvq7k.feishu.cn/wiki/ES7Gwz4EAiVGKSkotY5cRbTznuh",
  8. "author": {
  9. "name": "YIYI",
  10. "url": "https://github.com/LiShengYang-yiyi/YIUI/tree/YIUI-ET9.0"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/ET-Packages/cn.etetet.yiuiframework"
  15. },
  16. "relatedPackages": {},
  17. "dependencies": {
  18. "cn.etetet.core": "3.0.3",
  19. "cn.etetet.yiuiinvoke": "4.0.4"
  20. },
  21. "publishConfig": {
  22. "registry": "https://npm.pkg.github.com/@ET-Packages"
  23. }
  24. }