-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathqpm.json
More file actions
96 lines (96 loc) · 2.12 KB
/
Copy pathqpm.json
File metadata and controls
96 lines (96 loc) · 2.12 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.schema.json",
"version": "0.1.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
"name": "MetaCore",
"id": "metacore",
"version": "2.0.0",
"url": "https://github.com/Metalit/MetaCore",
"additionalData": {
"overrideSoName": "libmetacore.so",
"cmake": true
}
},
"workspace": {
"scripts": {
"build": [
"python ./extern/includes/mod-scripts/shared/build.py $0:?"
],
"copy": [
"python ./extern/includes/mod-scripts/shared/cpy.py $0:?"
],
"dbg": [
"python ./extern/includes/mod-scripts/shared/dbg.py $0:?"
],
"log": [
"python ./extern/includes/mod-scripts/shared/log.py $0:?"
],
"profile": [
"python ./extern/includes/mod-scripts/shared/profile.py $0:?"
],
"restart": [
"pwsh ./scripts/restart-game.ps1"
],
"stack": [
"pwsh ./scripts/ndk-stack.ps1 $0:?"
],
"tomb": [
"pwsh ./scripts/pull-tombstone.ps1 -analyze"
]
},
"ndk": "^29.0.14206865",
"qmodIncludeDirs": [
"./build",
"./extern/libs",
"."
],
"qmodIncludeFiles": [],
"qmodOutput": "./MetaCore.qmod"
},
"dependencies": [
{
"id": "mod-scripts",
"versionRange": "^1.0.0",
"additionalData": {
"private": true
}
},
{
"id": "scotland2",
"versionRange": "^0.1.7",
"additionalData": {
"includeQmod": false,
"private": true
}
},
{
"id": "paper2_scotland2",
"versionRange": "^4.7.0",
"additionalData": {}
},
{
"id": "flamingo",
"versionRange": "^1.2.1",
"additionalData": {}
},
{
"id": "beatsaber-hook",
"versionRange": "^8.0.0",
"additionalData": {}
},
{
"id": "bs-cordl",
"versionRange": "^4401.1.0",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.20.0",
"additionalData": {
"private": true
}
}
]
}