package.json 807 Bytes
{
  "name": "com.unity.test-framework",
  "displayName": "Test Framework",
  "version": "1.1.18",
  "unity": "2019.2",
  "unityRelease": "0a10",
  "description": "Test framework for running Edit mode and Play mode tests in Unity.",
  "keywords": [
    "Test",
    "TestFramework"
  ],
  "category": "Unity Test Framework",
  "repository": {
    "url": "https://github.com/Unity-Technologies/com.unity.test-framework.git",
    "type": "git",
    "revision": "14025b364215f4465cbe1beb7a81e486b2687ced"
  },
  "dependencies": {
    "com.unity.ext.nunit": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0"
  },
  "relatedPackages": {
    "com.unity.test-framework.tests": "1.1.18"
  },
  "upmCi": {
    "footprint": "41b0bff6ebd4eddf08bd457acf4f7cc690ea9c34"
  }
}