-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.45 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.45 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "com.appalachia.unity3d.prototype",
"displayName": "Appalachia.Prototype for Unity3D",
"version": "0.2.0",
"unity": "2020.3",
"description": "Prototype space for creating and testing new features.",
"keywords": [
"Scripts",
"Tool",
"Unity3D"
],
"category": "Tool",
"license": "UNLICENSED",
"author": {
"name": "Appalachia Interactive"
},
"repository": {
"type": "git",
"url": "https://github.com/AppalachiaInteractive/com.appalachia.unity3d.prototype.git"
},
"publishConfig": {
"registry": "http://35.211.123.13:4873/"
},
"dependencies": {
"com.appalachia.unity3d.audio": "0.2.0",
"com.appalachia.unity3d.ci": "0.2.0",
"com.appalachia.unity3d.core": "0.2.0",
"com.appalachia.unity3d.data": "0.2.0",
"com.appalachia.unity3d.editing": "0.2.0",
"com.appalachia.unity3d.globals": "0.2.0",
"com.appalachia.unity3d.jobs": "0.2.0",
"com.appalachia.unity3d.rendering": "0.2.0",
"com.appalachia.unity3d.simulation": "0.2.0",
"com.appalachia.unity3d.spatial": "0.2.0",
"com.appalachia.unity3d.third-party.demigiant": "0.2.0",
"com.appalachia.unity3d.third-party.doozy": "0.2.0",
"com.appalachia.unity3d.third-party.sirenix": "0.2.0",
"com.appalachia.unity3d.third-party.unity": "0.2.0",
"com.appalachia.unity3d.ui": "0.2.0",
"com.appalachia.unity3d.utility": "0.2.0",
"com.unity.addressables": "1.19.11",
"com.unity.collections": "1.1.0",
"com.unity.inputsystem": "1.1.1",
"com.unity.mathematics": "1.2.5",
"com.unity.render-pipelines.core": "12.1.1",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.2"
},
"scripts": {
"preversion": "bash ~/com.appalachia/appa/appa package unity3d preversion",
"version": "bash ~/com.appalachia/appa/appa package unity3d version",
"postversion": "bash ~/com.appalachia/appa/appa package unity3d postversion",
"prepack": "bash ~/com.appalachia/appa/appa package unity3d prepack",
"package": "bash ~/com.appalachia/appa/appa package unity3d package",
"postpack": "bash ~/com.appalachia/appa/appa package unity3d postpack",
"vscode:prepublish": "bash ~/com.appalachia/appa/appa package unity3d vscode_prepublish",
"prepublishOnly": "bash ~/com.appalachia/appa/appa package unity3d prepublishOnly",
"publish": "bash ~/com.appalachia/appa/appa package unity3d publish",
"postpublish": "bash ~/com.appalachia/appa/appa package unity3d postpublish"
},
"private": true
}