-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 751 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "fr.goldor.unity-test-git-integration",
"version": "1.0.0",
"displayName": "Unity Test Git Integration",
"description": "This package allow you to automatically run unity tests on Git commit and create an history of the results. This makes it possible to monitor performance throughout the project.",
"unity": "2023.3",
"unityRelease": "23f1",
"license": "LGPL-3.0-only",
"dependencies": {
"com.unity.test-framework.performance": "3.0.3",
"com.unity.ext.nunit": "1.0.6"
},
"keywords": [
"test",
"report",
"git",
"integration"
],
"author": {
"name": "Goldor",
"email": "dimgoldoritri@gmail.com",
"url": "https://goldor8.github.io/"
}
}