-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.96 KB
/
package.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 <[email protected]> (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 <[email protected]> (https://palmdevs.me)",
"ReVanced <[email protected]> (https://revanced.app)"
],
"packageManager": "[email protected]",
"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/[email protected]": "patches/@semantic-release%[email protected]"
}
}