-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) 路 1.96 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) 路 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"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": "^4.4.5",
"@biomejs/biome": "^2.5.0",
"@codedependant/semantic-release-docker": "^7.0.0",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@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.8",
"@types/bun": "^1.3.14",
"conventional-changelog-conventionalcommits": "^9.3.1",
"lefthook": "^2.1.9",
"portainer-service-webhook": "https://github.com/newarifrh/portainer-service-webhook#v1",
"semantic-release": "^25.0.5",
"turbo": "^2.9.18",
"typescript": "^6.0.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@revanced/discord-bot",
"esbuild",
"lefthook"
],
"patchedDependencies": {
"@semantic-release/npm@13.1.5": "patches/@semantic-release%2Fnpm@13.1.5.patch"
}
}