First release

This commit is contained in:
2022-05-05 17:31:01 +07:00
parent 02e3c05d9a
commit b03fef23eb
4 changed files with 335 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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"
}
}