package.json 731 B

123456789101112131415161718192021
  1. {
  2. "name": "com.unity.services.core",
  3. "version": "1.0.1",
  4. "displayName": "Services Core",
  5. "unity": "2019.4",
  6. "description": "This package defines common components used by multiple Game Service packages.\nThese are standardized and aim to unify the overall experience of working with Game Services packages.",
  7. "dependencies": {
  8. "com.unity.modules.unitywebrequest": "1.0.0"
  9. },
  10. "relatedPackages": {
  11. "com.unity.services.core.tests": "1.0.1"
  12. },
  13. "upmCi": {
  14. "footprint": "7b67ec7dadaffa50b991105bde503477193a5c1f"
  15. },
  16. "repository": {
  17. "url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
  18. "type": "git",
  19. "revision": "4cd880d4fd5c60597629249bf4f324e4c8d7aa2e"
  20. }
  21. }