mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore: remove unused dependencies
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user