mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-20 17:53:57 +00:00
feat: initialize helper client
This commit is contained in:
15
client/package.json
Normal file
15
client/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user