{ "name": "revanced-bots", "description": "🤖 Bots assisting ReVanced on multiple platforms", "private": true, "version": "0.0.0", "license": "GPL-3.0-or-later", "type": "module", "author": "Palm (https://palmdevs.me)", "workspaces": [ "packages/*", "apis/*", "bots/*" ], "scripts": { "build:all": "turbo run build", "build:packages": "turbo build --filter=\"./packages/*\"", "watch": "turbo run watch", "flint": "biome check --write .", "flint:check": "biome check .", "clint": "commitlint --edit" }, "homepage": "https://github.com/revanced/revanced-bots#readme", "repository": { "type": "git", "url": "git+https://github.com/revanced/revanced-bots.git" }, "bugs": { "url": "https://github.com/revanced/revanced-bots/issues" }, "contributors": [ "Palm (https://palmdevs.me)", "ReVanced (https://revanced.app)" ], "packageManager": "bun@1.2.17", "devDependencies": { "@anolilab/multi-semantic-release": "^2.0.0", "@biomejs/biome": "^2.0.5", "@codedependant/semantic-release-docker": "^5.1.1", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@saithodev/semantic-release-backmerge": "^4.0.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@tsconfig/strictest": "^2.0.5", "@types/bun": "^1.2.17", "conventional-changelog-conventionalcommits": "^9.0.0", "lefthook": "^1.11.14", "portainer-service-webhook": "https://github.com/newarifrh/portainer-service-webhook#v1", "semantic-release": "^24.2.5", "turbo": "^2.5.4", "typescript": "^5.8.3" }, "trustedDependencies": [ "@biomejs/biome", "@revanced/discord-bot", "esbuild", "lefthook" ], "patchedDependencies": { "@semantic-release/npm@12.0.1": "patches/@semantic-release%2Fnpm@12.0.1.patch", "drizzle-kit@0.22.8": "patches/drizzle-kit@0.22.8.patch", "decancer@3.2.4": "patches/decancer@3.2.4.patch", "discord.js@14.18.0": "patches/discord.js@14.18.0.patch" } }