package.json 707 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "cn.etetet.yooassets",
  3. "displayName": "ET.YooAssets",
  4. "version": "2.1.4",
  5. "unity": "2022.3",
  6. "description": "unity3d resources management system.",
  7. "author": {
  8. "name": "TuYoo Games",
  9. "url": "https://github.com/tuyoogame/YooAsset"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/tuyoogame/YooAsset.git"
  14. },
  15. "relatedPackages": {},
  16. "dependencies": {
  17. "com.unity.scriptablebuildpipeline": "1.21.21",
  18. "com.unity.modules.assetbundle": "1.0.0",
  19. "com.unity.modules.unitywebrequest": "1.0.0",
  20. "com.unity.modules.unitywebrequestassetbundle": "1.0.0"
  21. },
  22. "publishConfig": {
  23. "registry": "https://npm.pkg.github.com/@ET-Packages"
  24. }
  25. }