mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
feat: training and replies changed
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/reisxd/revanced-helper#readme",
|
||||
"scripts": {
|
||||
"lint": "prettier --write . && eslint --fix ."
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user