{ "name": "revanced-helper", "description": "🤖 Bots assisting ReVanced on multiple platforms", "private": true, "version": "0.0.0", "license": "GPL-3.0-or-later", "type": "module", "author": "Palm (https://github.com/PalmDevs)", "workspaces": ["apis/*", "bots/*", "packages/*"], "scripts": { "build": "turbo run build", "watch": "turbo run watch", "flint": "biome check --apply .", "flint:check": "biome check .", "clint": "commitlint --edit", "prepare": "lefthook install" }, "homepage": "https://github.com/revanced/revanced-helper#readme", "repository": { "type": "git", "url": "git+https://github.com/revanced/revanced-helper.git" }, "bugs": { "url": "https://github.com/revanced/revanced-helper/issues" }, "contributors": [ "Palm (https://github.com/PalmDevs)", "ReVanced (https://github.com/revanced)" ], "devDependencies": { "@biomejs/biome": "^1.6.3", "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", "@revanced/bot-api": "workspace:*", "@revanced/bot-shared": "workspace:*", "@tsconfig/strictest": "^2.0.5", "@types/bun": "^1.0.12", "concurrently": "^8.2.2", "conventional-changelog-conventionalcommits": "^7.0.2", "lefthook": "^1.6.8", "turbo": "^1.13.1", "typescript": "^5.4.3" }, "trustedDependencies": ["@biomejs/biome", "lefthook", "tesseract.js"] }