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