feat: initialize helper client

This commit is contained in:
GramingFoxTeam
2022-11-15 21:24:05 +03:00
parent bb4a5a77ee
commit 7f9ca77e03
4 changed files with 225 additions and 0 deletions

15
client/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "helper-client",
"version": "1.0.0",
"description": "The ReVanced Helper client.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Reis Can",
"license": "GPL-3.0-or-later",
"dependencies": {
"bson": "^4.7.0"
}
}