2022-04-07 10:55:26 -04:00
|
|
|
{
|
|
|
|
"name": "discordcoreapi",
|
2023-12-28 02:51:01 -05:00
|
|
|
"version": "2.0.5",
|
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-10-09 18:35:53 -04:00
|
|
|
"supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & 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
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|