Files
revanced-bots/package.json
2023-03-20 21:28:52 +03:00

25 lines
769 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 .",
"installPackages": "cd bots && npm i && cd ../client && npm i && cd ../server && npm i",
"start": "cd bots && node . & cd ../server && node ."
},
"devDependencies": {
"eslint": "^8.27.0",
"prettier": "2.7.1"
}
}