2022-04-07 10:55:26 -04:00
|
|
|
{
|
|
|
|
"name": "discordcoreapi",
|
2023-08-17 14:08:58 -04:00
|
|
|
"version": "1.80",
|
2022-04-07 10:55:26 -04:00
|
|
|
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
|
|
|
"homepage": "https://discordcoreapi.com",
|
2023-07-25 14:01:11 -04:00
|
|
|
"license": "MIT",
|
2023-06-22 01:33:59 -04:00
|
|
|
"supports": "(windows & x64 & !xbox) | (linux & x64)",
|
2022-04-07 10:55:26 -04:00
|
|
|
"dependencies": [
|
2023-05-31 14:46:12 -04:00
|
|
|
"jsonifier",
|
2022-04-07 10:55:26 -04:00
|
|
|
"libsodium",
|
|
|
|
"openssl",
|
|
|
|
"opus",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|