mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 05:46:16 +00:00
chore: remove unused dependencies
This commit is contained in:
@@ -30,11 +30,9 @@
|
||||
"@revanced/bot-shared": "workspace:*",
|
||||
"@sapphire/async-queue": "^1.5.2",
|
||||
"chalk": "^5.3.0",
|
||||
"node-wit": "^6.6.0",
|
||||
"tesseract.js": "^5.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node-wit": "^6.1.0",
|
||||
"typed-emitter": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
"scripts": {
|
||||
"register": "bun run scripts/reload-slash-commands.ts",
|
||||
"dev": "bun --watch src/index.ts",
|
||||
"reload-slash": "bun run scripts/reload-slash-commands.ts",
|
||||
"build": "echo This command is not available yet && exit 1",
|
||||
"build": "tsc && bun run scripts/after-build",
|
||||
"watch": "bun dev"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -32,9 +32,7 @@
|
||||
"dependencies": {
|
||||
"bson": "^6.5.0",
|
||||
"chalk": "^5.3.0",
|
||||
"supports-color": "^9.4.0",
|
||||
"tracer": "^1.3.0",
|
||||
"valibot": "^0.30.0",
|
||||
"zod": "^3.22.4"
|
||||
"valibot": "^0.30.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user