mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-18 08:43:57 +00:00
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "bot-reddit",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Reis Can",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@revanced-helper/helper-client": "file:../../../packages/client",
|
|
"snoostorm": "^1.5.2"
|
|
}
|
|
}
|