24 lines
442 B
JSON
Executable File
24 lines
442 B
JSON
Executable File
{
|
|
"name": "sentry-native",
|
|
"version": "0.4.17",
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
"homepage": "https://sentry.io/",
|
|
"license": "MIT",
|
|
"supports": "osx | (!arm & !uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|