mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 05:46:16 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"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 <contact@palmdevs.me> (https://palmdevs.me)",
|
|
"workspaces": ["packages/*", "apis/*", "bots/*"],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"build:packages": "turbo run build --filter=\"./packages/*\"",
|
|
"watch": "turbo run watch",
|
|
"flint": "biome check --write .",
|
|
"flint:check": "biome check .",
|
|
"clint": "commitlint --edit"
|
|
},
|
|
"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 <contact@palmdevs.me> (https://palmdevs.me)",
|
|
"ReVanced <nosupport@revanced.app> (https://revanced.app)"
|
|
],
|
|
"packageManager": "pnpm@9.4.0",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.8.2",
|
|
"@commitlint/cli": "^19.3.0",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"@revanced/bot-api": "workspace:*",
|
|
"@revanced/bot-shared": "workspace:*",
|
|
"@tsconfig/strictest": "^2.0.5",
|
|
"@types/bun": "^1.1.5",
|
|
"concurrently": "^8.2.2",
|
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
"lefthook": "^1.6.18",
|
|
"turbo": "2",
|
|
"typescript": "^5.5.2"
|
|
},
|
|
"trustedDependencies": ["@biomejs/biome", "esbuild", "lefthook"]
|
|
}
|