mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-10 13:26:16 +00:00
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"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 <contact@palmdevs.me> (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 <contact@palmdevs.me> (https://palmdevs.me)",
|
|
"ReVanced <nosupport@revanced.app> (https://revanced.app)"
|
|
],
|
|
"packageManager": "bun@1.2.17",
|
|
"devDependencies": {
|
|
"@anolilab/multi-semantic-release": "^2.0.3",
|
|
"@biomejs/biome": "^2.2.4",
|
|
"@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.21",
|
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
"lefthook": "^1.13.0",
|
|
"portainer-service-webhook": "https://github.com/newarifrh/portainer-service-webhook#v1",
|
|
"semantic-release": "^24.2.8",
|
|
"turbo": "^2.5.6",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"trustedDependencies": [
|
|
"@biomejs/biome",
|
|
"@revanced/discord-bot",
|
|
"esbuild",
|
|
"lefthook"
|
|
],
|
|
"patchedDependencies": {
|
|
"@semantic-release/npm@12.0.2": "patches/@semantic-release%2Fnpm@12.0.2.patch"
|
|
}
|
|
}
|