Files
revanced-bots/package.json
2022-11-16 13:59:55 +03:00

23 lines
617 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 ."
},
"devDependencies": {
"eslint": "^8.27.0",
"prettier": "2.7.1"
}
}