generated from realitycollective/com.realitytoolkit.upm.template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "com.realitycollective.buildtools",
"displayName": "RealityCollective.BuildTools",
"description": "A collection of utilities and tools useful for building Unity projects by the Reality Collective",
"keywords": [
"Unity",
"Build",
"Tools"
],
"version": "1.0.0-pre.2",
"unity": "2022.3",
"homepage": "https://github.com/realitycollective",
"bugs": {
"url": "https://github.com/realitycollective/realitytoolkit.dev/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/realitycollective/com.realitycollective.buildtools"
},
"author": {
"name": "Reality Collective",
"email": "[email protected]",
"url": "https://github.com/realitycollective"
},
"dependencies": {
"com.unity.scriptablebuildpipeline": "1.19.1",
"com.unity.test-framework": "1.1.33"
}
}