package.json 851 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "cn.etetet.hybridclr",
  3. "version": "6.7.1",
  4. "displayName": "ET.HybridCLR",
  5. "description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
  6. "category": "Runtime",
  7. "documentationUrl": "https://hybridclr.doc.code-philosophy.com/#/",
  8. "changelogUrl": "https://hybridclr.doc.code-philosophy.com/#/other/changelog",
  9. "licensesUrl": "https://github.com/focus-creative-games/hybridclr_unity/blob/main/LICENSE",
  10. "keywords": [
  11. "HybridCLR",
  12. "hotupdate",
  13. "hotfix",
  14. "focus-creative-games",
  15. "code-philosophy"
  16. ],
  17. "author": {
  18. "name": "Code Philosophy",
  19. "email": "hybridclr@code-philosophy.com",
  20. "url": "https://code-philosophy.com"
  21. },
  22. "publishConfig":
  23. {
  24. "registry": "https://npm.pkg.github.com/@ET-Packages"
  25. }
  26. }