mirror of
https://github.com/YuzuZensai/DiscordMobilePlayingCLI.git
synced 2026-01-06 04:33:07 +00:00
13 lines
253 B
JSON
13 lines
253 B
JSON
|
|
{
|
||
|
|
"name": "discordmobileplayingcli",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "index.js",
|
||
|
|
"author": "Yuzu <contact@kirameki.pink>",
|
||
|
|
"license": "GPL-3.0",
|
||
|
|
"dependencies": {
|
||
|
|
"axios": "^0.27.2",
|
||
|
|
"dotenv": "^16.0.0",
|
||
|
|
"serverline": "^1.6.0"
|
||
|
|
}
|
||
|
|
}
|