2021-03-11 03:06:30 +08:00
|
|
|
{
|
|
|
|
"name": "sentry-native",
|
2022-04-26 06:49:08 +08:00
|
|
|
"version": "0.4.17",
|
2021-03-11 03:06:30 +08:00
|
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
|
|
"homepage": "https://sentry.io/",
|
2022-01-25 07:14:39 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"supports": "osx | (!arm & !uwp)",
|
2021-03-11 03:06:30 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"platform": "!windows"
|
2021-07-27 07:54:30 +08:00
|
|
|
},
|
2021-09-04 08:37:59 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-07-27 07:54:30 +08:00
|
|
|
"zlib"
|
2021-03-11 03:06:30 +08:00
|
|
|
]
|
|
|
|
}
|