Files
revanced-bots/packages/client/package.json
2023-11-05 23:50:55 +01:00

15 lines
339 B
JSON

{
"name": "@revanced-helper/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"
}
}