chore: remove unused dependencies

This commit is contained in:
PalmDevs
2024-03-30 14:42:41 +07:00
parent fd76e0af72
commit 3f8d0fd8ec
3 changed files with 2 additions and 7 deletions

View File

@@ -30,11 +30,9 @@
"@revanced/bot-shared": "workspace:*", "@revanced/bot-shared": "workspace:*",
"@sapphire/async-queue": "^1.5.2", "@sapphire/async-queue": "^1.5.2",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"node-wit": "^6.6.0",
"tesseract.js": "^5.0.5" "tesseract.js": "^5.0.5"
}, },
"devDependencies": { "devDependencies": {
"@types/node-wit": "^6.1.0",
"typed-emitter": "^2.1.0" "typed-emitter": "^2.1.0"
} }
} }

View File

@@ -8,8 +8,7 @@
"scripts": { "scripts": {
"register": "bun run scripts/reload-slash-commands.ts", "register": "bun run scripts/reload-slash-commands.ts",
"dev": "bun --watch src/index.ts", "dev": "bun --watch src/index.ts",
"reload-slash": "bun run scripts/reload-slash-commands.ts", "build": "tsc && bun run scripts/after-build",
"build": "echo This command is not available yet && exit 1",
"watch": "bun dev" "watch": "bun dev"
}, },
"repository": { "repository": {

View File

@@ -32,9 +32,7 @@
"dependencies": { "dependencies": {
"bson": "^6.5.0", "bson": "^6.5.0",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"supports-color": "^9.4.0",
"tracer": "^1.3.0", "tracer": "^1.3.0",
"valibot": "^0.30.0", "valibot": "^0.30.0"
"zod": "^3.22.4"
} }
} }