mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
53 lines
1.6 KiB
JSON
Executable File
53 lines
1.6 KiB
JSON
Executable File
{
|
|
"name": "revanced-helper",
|
|
"version": "0.0.0",
|
|
"author": "Palm <palmpasuthorn@gmail.com> (https://github.com/PalmDevs)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/revanced/revanced-helper.git"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.3.3",
|
|
"@commitlint/cli": "^18.4.3",
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
"@tsconfig/strictest": "^2.0.2",
|
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
"lefthook": "^1.5.3",
|
|
"semantic-release": "^22.0.8",
|
|
"turbo": "^1.10.16",
|
|
"typescript": "^5.3.2"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/revanced/revanced-helper/issues"
|
|
},
|
|
"contributors": [
|
|
"Palm <palmpasuthorn@gmail.com> (https://github.com/PalmDevs)",
|
|
"ReVanced <nosupport@revanced.app> (https://github.com/revanced)"
|
|
],
|
|
"description": "🤖 Bots assisting ReVanced on multiple platforms",
|
|
"homepage": "https://github.com/revanced/revanced-helper#readme",
|
|
"license": "GPL-3.0-or-later",
|
|
"overrides": {
|
|
"uuid": ">=9.0.0",
|
|
"isomorphic-fetch": ">=3.0.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"watch": "turbo run watch",
|
|
"format": "prettier --ignore-path .gitignore --write .",
|
|
"format:check": "prettier --ignore-path .gitignore --cache --check .",
|
|
"lint": "eslint --ignore-path .gitignore --cache .",
|
|
"lint:apply": "eslint --ignore-path .gitignore --fix .",
|
|
"commitlint": "commitlint --edit",
|
|
"t": "turbo run",
|
|
"prepare": "lefthook install"
|
|
},
|
|
"trustedDependencies": ["lefthook", "biome", "turbo"],
|
|
"workspaces": [
|
|
"apis/*",
|
|
"bots/*",
|
|
"packages/*"
|
|
]
|
|
}
|