2022-06-19 20:35:56 +00:00
|
|
|
{
|
2022-07-14 21:22:41 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
|
|
"name": "artifact-tracker",
|
2023-10-28 17:55:18 +00:00
|
|
|
"version-string": "1.0.11",
|
2022-07-14 21:22:41 +00:00
|
|
|
"port-version": 0,
|
|
|
|
"description": "Artifact Tracker",
|
2023-10-19 23:03:20 +00:00
|
|
|
"homepage": "https://mod.pub/skyrim-se/36-artifact-tracker",
|
|
|
|
"license": null,
|
2022-07-14 21:22:41 +00:00
|
|
|
"features": {
|
|
|
|
"plugin": {
|
|
|
|
"description": "Tracks found and stored artifacts.",
|
|
|
|
"dependencies": [
|
|
|
|
"commonlibsse-ng",
|
|
|
|
"simpleini"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"default-features": [
|
|
|
|
"plugin"
|
|
|
|
]
|
2022-06-19 20:35:56 +00:00
|
|
|
}
|