mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
23 lines
705 B
JSON
23 lines
705 B
JSON
{
|
|
"name": "revanced-helper",
|
|
"version": "0.0.1",
|
|
"description": "The community bots (and the server) to help the community and make moderators job easy.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/reisxd/revanced-helper.git"
|
|
},
|
|
"author": "Reis Can",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/reisxd/revanced-helper/issues"
|
|
},
|
|
"homepage": "https://github.com/reisxd/revanced-helper#readme",
|
|
"scripts": {
|
|
"lint": "prettier --write . && eslint --fix .",
|
|
"start": "cd apps/server/src && (node . &) && cd ../../bot-discord/src && (node .)"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.27.0",
|
|
"prettier": "2.7.1"
|
|
}
|
|
} |